Skip to content

Commit

Permalink
Merge pull request #12625 from frederic34/patch-6
Browse files Browse the repository at this point in the history
Update cronjob.class.php
  • Loading branch information
eldy committed Dec 9, 2019
2 parents c8f457f + 8170977 commit 7899892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/cron/class/cronjob.class.php
Expand Up @@ -821,8 +821,8 @@ public function initAsSpecimen()
$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;
Expand Down

0 comments on commit 7899892

Please sign in to comment.