We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301cfe commit 19b303fCopy full SHA for 19b303f
Controller/CronTasksController.php
@@ -20,7 +20,6 @@ public function beforeFilter() {
20
* @return void
21
*/
22
public function index() {
23
- $this->CronTask->recursive = 0;
24
$cronTasks = $this->paginate();
25
$this->set(compact('cronTasks'));
26
}
@@ -111,7 +110,6 @@ public function delete($id = null) {
111
110
112
113
public function admin_index() {
114
115
116
117
0 commit comments