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