* Code for error.

This commit is contained in:
孙广明
2022-07-13 14:38:58 +08:00
parent 2bc0a7f4c1
commit d2c80aa71a
+2
View File
@@ -1919,6 +1919,8 @@ class task extends control
}
}
if(empty($tasks)) die('');
$list = '';
$tasks = array_chunk($tasks, 50, true);
$tasks = $tasks[0];