Skip to content

Commit

Permalink
Fixing missing include in HelpFormatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 21, 2010
1 parent 4f68917 commit a2bc369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/console/libs/help_formatter.php
Expand Up @@ -17,6 +17,8 @@
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Core', 'String', false);

/**
* HelpFormatter formats help for console shells. Can format to either
* text or XML formats. Uses ConsoleOptionParser methods to generate help.
Expand Down

0 comments on commit a2bc369

Please sign in to comment.