Merge pull request #12625 from frederic34/patch-6
Update cronjob.class.php
This commit is contained in:
commit
78998921b6
@ -821,8 +821,8 @@ class Cronjob extends CommonObject
|
||||
$this->frequency='';
|
||||
$this->status=0;
|
||||
$this->processing=0;
|
||||
$this->fk_user_author='';
|
||||
$this->fk_user_mod='';
|
||||
$this->fk_user_author=0;
|
||||
$this->fk_user_mod=0;
|
||||
$this->note='';
|
||||
$this->nbrun='';
|
||||
$this->maxrun=100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user