Skip to content

Commit 140f24a

Browse files
author
Mark S.
committed
Merge pull request #27 from houseoftech/master
Add helpers for admin_index page
2 parents d12abe9 + db0f951 commit 140f24a

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)