Skip to content

Commit

Permalink
added missing App::uses('Hash', 'Utility');
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 13, 2012
1 parent 395e5ba commit 288fb12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Log/Engine/FileLog.php
Expand Up @@ -18,6 +18,7 @@
*/

App::uses('BaseLog', 'Log/Engine');
App::uses('Hash', 'Utility');

/**
* File Storage stream for Logging. Writes logs to different files
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/View/Helper.php
Expand Up @@ -14,6 +14,7 @@
*/

App::uses('Router', 'Routing');
App::uses('Hash', 'Utility');

/**
* Abstract base class for all other Helpers in CakePHP.
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/View/Helper/NumberHelper.php
Expand Up @@ -21,6 +21,7 @@

App::uses('CakeNumber', 'Utility');
App::uses('AppHelper', 'View/Helper');
App::uses('Hash', 'Utility');

/**
* Number helper library.
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/View/Helper/TextHelper.php
Expand Up @@ -20,6 +20,7 @@
*/

App::uses('AppHelper', 'View/Helper');
App::uses('Hash', 'Utility');

/**
* Text helper library.
Expand Down

0 comments on commit 288fb12

Please sign in to comment.