Skip to content

Commit

Permalink
Fix for UpgradeShell::helpers() not discovering core helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemill committed Nov 6, 2011
1 parent 6fd69b0 commit 1d52dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Console/Command/UpgradeShell.php
Expand Up @@ -214,6 +214,9 @@ public function helpers() {
}

$patterns = array();
App::build(array(
'View/Helper' => App::core('View/Helper'),
), App::APPEND);
$helpers = App::objects('helper');
$plugins = App::objects('plugin');
$pluginHelpers = array();
Expand Down

0 comments on commit 1d52dc0

Please sign in to comment.