Adding App::import() to app_helper files. Fixes issues with Missing Helper Class, and allows you to use helpers in shell classes. Fixes #5458

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7904 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mark_story 2008-12-05 16:49:43 +00:00
parent 6f51f9ea2b
commit b2b4c4be47
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
App::import('Core', 'Helper');
/**
* This is a placeholder class.
* Create the same file in app/app_helper.php