mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-19 07:51:29 +01:00
Update functions.lib.php (#31461)
Help for developers who doesn't understand the changes in getElementProperties
This commit is contained in:
@@ -13301,6 +13301,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');
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user