it's about 6018 bug with +d'date' opcion in the cron
This commit is contained in:
@@ -60,7 +60,7 @@ $oCases = new Cases();
|
||||
|
||||
/** here we verify if there is a any case with a unpause on this day*/
|
||||
if( $sTypeList === 'to_do' or $sTypeList === 'draft' or $sTypeList === 'paused') {
|
||||
$oCases->ThrowUnpauseDaemon();
|
||||
$oCases->ThrowUnpauseDaemon(date('Y-m-d'));
|
||||
}
|
||||
|
||||
/* *
|
||||
|
||||
Reference in New Issue
Block a user