Setting $actions to null so that the controller methods are not always based upon the first controller in an app/plugin.

Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
Jose Diaz-Gonzalez 2010-05-02 16:28:18 -07:00 committed by Mark Story
parent b5a0dccc3a
commit 1180f66cc0

View file

@ -197,6 +197,7 @@ class ViewTask extends BakeTask {
$actions = $this->_methodsToBake();
}
$this->bakeActions($actions, $vars);
$actions = null;
}
}
}