cleanup missing functions after move
This commit is contained in:
parent
a7abe24382
commit
21578fd0b0
@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once('include/email.php');
|
|
||||||
|
|
||||||
class EmailNotification {
|
class EmailNotification {
|
||||||
/**
|
/**
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once('include/email.php');
|
|
||||||
|
|
||||||
function notification($params) {
|
function notification($params) {
|
||||||
|
|
||||||
logger('notification: entry', LOGGER_DEBUG);
|
logger('notification: entry', LOGGER_DEBUG);
|
||||||
@ -442,7 +440,6 @@ intval($params['uid']), LOGGER_DEBUG);
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once('include/email.php');
|
|
||||||
|
|
||||||
class enotify {
|
class enotify {
|
||||||
/**
|
/**
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
require_once('include/crypto.php');
|
require_once('include/crypto.php');
|
||||||
require_once('include/enotify.php');
|
require_once('include/enotify.php');
|
||||||
require_once('include/email.php');
|
|
||||||
require_once('include/items.php');
|
require_once('include/items.php');
|
||||||
|
|
||||||
function item_post(&$a) {
|
function item_post(&$a) {
|
||||||
|
Reference in New Issue
Block a user