2
0
forked from Wavyzz/dolibarr

fix concat and CI 🔧 (#31469)

* fix concat

* fix overwrite

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Frédéric FRANCE
2024-10-20 00:20:48 +02:00
committed by GitHub
parent 28ee30dfd2
commit bc06268df6
3 changed files with 3 additions and 2 deletions

View File

@@ -13303,7 +13303,7 @@ function fetchObjectByElement($element_id, $element_type, $element_ref = '', $us
return $objecttmp; // returned an object without fetch
}
} else {
dol_syslog($element_prop['classname'].' doesn not exists in /'.$element_prop['classpath'].'/'.$element_prop['classfile'].'.class.php');
dol_syslog($element_prop['classname'].' doesn\'t exists in /'.$element_prop['classpath'].'/'.$element_prop['classfile'].'.class.php');
return -1;
}
}