Merge pull request #1201 from cakephp/master-app-uses

Add missing App::uses() to avoid fatal error
This commit is contained in:
Mark Story 2013-03-27 10:58:32 -07:00
commit 5695d0e161

View file

@ -17,6 +17,7 @@
* @since CakePHP(tm) v 1.2.0.6001
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('Inflector', 'Utility');
/**
* App is responsible for path management, class location and class loading.