added missing App::uses('Hash', 'Utility');

This commit is contained in:
euromark 2012-09-13 17:20:26 +02:00
parent 395e5bab58
commit 288fb120b5
4 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@
*/
App::uses('Router', 'Routing');
App::uses('Hash', 'Utility');
/**
* Abstract base class for all other Helpers in CakePHP.