Skip to content
Snippets Groups Projects

fixed

Closed chetan requested to merge issue/cleantalk-3383492:3383492-1 into 9.1.x
1 file
+ 2
7
Compare changes
  • Side-by-side
  • Inline
@@ -249,13 +249,8 @@ class Cron
$task_data['params'] = array();
}
if (
!isset(
$task_data['handler'],
$task_data['next_call'],
$task_data['period']
)
) {
$required_keys = ['handler', 'next_call', 'period'];
{
if ($this->debug) {
error_log(var_export('Task data format is incorrect ' . $task_name, true));
}
Loading