Merge pull request #12625 from frederic34/patch-6

Update cronjob.class.php
This commit is contained in:
Laurent Destailleur 2019-12-09 15:58:36 +01:00 committed by GitHub
commit 78998921b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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