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);
|
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))
|
if (!is_array($params_arr))
|
||||||
{
|
{
|
||||||
$result = call_user_func($this->methodename, $this->params);
|
$result = call_user_func($this->methodename, $this->params);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user