Skip to content

Commit

Permalink
Revert "Fix for K3.1"
Browse files Browse the repository at this point in the history
This reverts commit 891ee0e.
  • Loading branch information
BRMatt committed Jul 14, 2011
1 parent 9981058 commit b1795e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/controller/minion.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function before()

if (array_key_exists('help', $options))
{
$this->request->action('help');
$this->request->action = 'help';
}

if ( ! empty($options['task']))
Expand Down

0 comments on commit b1795e1

Please sign in to comment.