mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
css
This commit is contained in:
@@ -66,9 +66,9 @@ function getOnlineSignatureUrl($mode, $type, $ref = '', $localorexternal = 1, $o
|
||||
if (empty($obj)) {
|
||||
//to be compatible with 15.0 -> 19.0
|
||||
global $object;
|
||||
if (empty($object)) {
|
||||
$obj = new stdClass();
|
||||
} else {
|
||||
if (empty($object)) {
|
||||
$obj = new stdClass();
|
||||
} else {
|
||||
dol_syslog(__METHOD__." using global object is deprecated, please give obj as argument", LOG_WARNING);
|
||||
$obj = $object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user