use explicit include paths

This commit is contained in:
Zach Prezkuta 2012-12-28 14:51:50 -07:00
commit e684324032
29 changed files with 44 additions and 44 deletions

View file

@ -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');