FIX wrong tab

This commit is contained in:
Florian Mortgat 2020-11-20 19:15:15 +01:00
parent f7228d96af
commit 6c75997b27

View File

@ -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);