Add missing App::uses() to avoid fatal error

This commit is contained in:
euromark 2013-03-27 17:03:24 +01:00
parent 3e4dd84bcc
commit 2df65fe9da

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.