Skip to content

Commit

Permalink
fixing call to _compile_task_list() (refs #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeelot committed Mar 22, 2012
1 parent 965e521 commit c7df6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Task/Help.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Task_Help extends Minion_Task
*/ */
protected function _execute(array $params) protected function _execute(array $params)
{ {
$tasks = Minion_Task::compile_task_list(Kohana::list_files('classes/Task')); $tasks = $this->_compile_task_list(Kohana::list_files('classes/Task'));


$view = new View('minion/help/list'); $view = new View('minion/help/list');


Expand Down

0 comments on commit c7df6c6

Please sign in to comment.