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

@ -18,6 +18,7 @@
*/
App::uses('BaseLog', 'Log/Engine');
App::uses('Hash', 'Utility');
/**
* File Storage stream for Logging. Writes logs to different files

View file

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

View file

@ -21,6 +21,7 @@
App::uses('CakeNumber', 'Utility');
App::uses('AppHelper', 'View/Helper');
App::uses('Hash', 'Utility');
/**
* Number helper library.

View file

@ -20,6 +20,7 @@
*/
App::uses('AppHelper', 'View/Helper');
App::uses('Hash', 'Utility');
/**
* Text helper library.