mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 02:58:23 +01:00
[Qual] Replaced deprecated dol_clone by native clone
This commit is contained in:
@@ -397,7 +397,7 @@ function dol_clone($object)
|
||||
{
|
||||
dol_syslog(__FUNCTION__ . " is deprecated", LOG_WARNING);
|
||||
|
||||
$myclone=clone($object);
|
||||
$myclone = clone $object;
|
||||
return $myclone;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user