use explicit include paths
This commit is contained in:
parent
f03ac60725
commit
e684324032
29 changed files with 44 additions and 44 deletions
|
|
@ -310,7 +310,7 @@ function notification($params) {
|
|||
|
||||
// send email notification if notification preferences permit
|
||||
|
||||
require_once('bbcode.php');
|
||||
require_once('include/bbcode.php');
|
||||
if((intval($params['notify_flags']) & intval($params['type'])) || $params['type'] == NOTIFY_SYSTEM) {
|
||||
|
||||
logger('notification: sending notification email');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue