1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Support for e_DEBUG_NOTIFY flag.

This commit is contained in:
Cameron 2016-03-15 10:45:33 -07:00
parent 2b12bc4132
commit dc7343ed3c

View File

@ -216,7 +216,7 @@ class notify
}
if(E107_DEBUG_LEVEL > 0)
if(E107_DEBUG_LEVEL > 0 || deftrue('e_DEBUG_NOTIFY'))
{
$data = array('id'=>$id, 'subject'=>$subject, 'recipients'=> $recipients, 'prefs'=>$this->notify_prefs['event'][$id], 'message'=>$message);