Update cronjob.class.php

fk_user_author and fk_user_mod are int
This commit is contained in:
Frédéric FRANCE 2019-12-04 21:39:56 +01:00 committed by GitHub
parent 90bf7d24b9
commit c0b35ded15
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;