Skip to content

Commit db0f951

Browse files
committed
Add helpers for admin_index page
Fixes Missing Helper errors.
1 parent 308ef82 commit db0f951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controller/QueueController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public function admin_index() {
2929
$data = $this->QueuedTask->getStats();
3030

3131
$this->set(compact('current', 'data', 'status'));
32+
$this->helpers[] = 'Tools.Format';
33+
$this->helpers[] = 'Tools.Datetime';
3234
}
3335

3436
/**

0 commit comments

Comments
 (0)