move notify.class.php to core directory

This commit is contained in:
Philippe Grand
2010-04-13 14:17:01 +00:00
parent f21aed7f61
commit 684e6bc63c
8 changed files with 7 additions and 7 deletions

View File

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