forked from Wavyzz/dolibarr
move notify.class.php to core directory
This commit is contained in:
@@ -97,7 +97,7 @@ class InterfaceNotification
|
||||
// Si module notification non actif, on ne fait rien
|
||||
if (! $conf->notification->enabled) return 0;
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT .'/notify.class.php');
|
||||
require_once(DOL_DOCUMENT_ROOT .'/core/notify.class.php');
|
||||
|
||||
if ($action == 'BILL_VALIDATE')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user