Skip to content

Commit b28b774

Browse files
authored
Fixing warning when runworker is running
Warning (512): Method Cake\View\Helper\TimeHelper::relLengthOfTime does not exist [CORE\src\View\Helper.php, line 139]
1 parent 4e9311d commit b28b774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/Admin/QueueController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function index() {
4949

5050
$this->set(compact('current', 'data', 'pendingDetails', 'status', 'tasks'));
5151
$this->helpers[] = 'Tools.Format';
52+
$this->helpers[] = 'Tools.Time';
5253
}
5354

5455
/**

0 commit comments

Comments
 (0)