2
0
forked from Wavyzz/dolibarr

Debug v22

This commit is contained in:
ldestailleur
2025-07-21 18:02:50 +02:00
parent 8cb68b3b94
commit cf329df785
2 changed files with 1 additions and 1 deletions

View File

@@ -1530,7 +1530,6 @@ function dol_include_once($relpath, $classname = '')
dol_syslog('functions::dol_include_once Tried to load unexisting file: '.$relpath, LOG_WARNING);
return false;
}
if (!empty($classname) && !class_exists($classname)) {
return include $fullpath;
} else {