Skip to content

Commit

Permalink
Setting $actions to null so that the controller methods are not alway…
Browse files Browse the repository at this point in the history
…s based upon the first controller in an app/plugin.

Signed-off-by: Mark Story <mark@mark-story.com>
  • Loading branch information
josegonzalez authored and markstory committed May 3, 2010
1 parent b5a0dcc commit 1180f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/console/libs/tasks/view.php
Expand Up @@ -197,6 +197,7 @@ function all() {
$actions = $this->_methodsToBake();
}
$this->bakeActions($actions, $vars);
$actions = null;
}
}
}
Expand Down

0 comments on commit 1180f66

Please sign in to comment.