fix: Add missing admin.lib.php include for dolibarr_set_const
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
82e28f9bd7
commit
21076ac922
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/commonhookactions.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
||||
dol_include_once('/globalnotify/class/globalnotify.class.php');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue