修复 cron的bug
This commit is contained in:
parent
ea2906abfe
commit
bd637baea4
|
@ -48,6 +48,9 @@ class discuz_cron
|
||||||
if(!@include $cronfile) {
|
if(!@include $cronfile) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
$data = array('available' => '0');
|
||||||
|
C::t('common_cron')->update($cron['cronid'], $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue