2
0
forked from Wavyzz/dolibarr

Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-07-21 18:47:46 +02:00
35 changed files with 429 additions and 260 deletions

View File

@@ -1528,7 +1528,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 {