mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Move error on function dol_include_once() to LOG_WARNING
This commit is contained in:
@@ -622,7 +622,7 @@ function dol_include_once($relpath, $classname = '')
|
|||||||
$fullpath = dol_buildpath($relpath);
|
$fullpath = dol_buildpath($relpath);
|
||||||
|
|
||||||
if (!file_exists($fullpath)) {
|
if (!file_exists($fullpath)) {
|
||||||
dol_syslog('functions::dol_include_once Tried to load unexisting file: '.$relpath, LOG_ERR);
|
dol_syslog('functions::dol_include_once Tried to load unexisting file: '.$relpath, LOG_WARNING);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user