mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX wrong tab
This commit is contained in:
parent
f7228d96af
commit
6c75997b27
|
|
@ -1116,7 +1116,7 @@ class Cronjob extends CommonObject
|
|||
}
|
||||
|
||||
dol_syslog(get_class($this)."::run_jobs ".$this->libname."::".$this->methodename."(".$this->params.");", LOG_DEBUG);
|
||||
$params_arr = explode(", ", $this->params);
|
||||
$params_arr = explode(", ", $this->params);
|
||||
if (!is_array($params_arr))
|
||||
{
|
||||
$result = call_user_func($this->methodename, $this->params);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user