mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 23:11:29 +01:00
New: An external module can add its own menu manager
This commit is contained in:
@@ -87,7 +87,7 @@ function dol_getprefix()
|
||||
function dol_include_once($relpath)
|
||||
{
|
||||
global $conf,$langs,$user,$mysoc; // Other global var must be retreived with $GLOBALS['var']
|
||||
return include_once(dol_buildpath($relpath));
|
||||
return @include_once(dol_buildpath($relpath));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user