Browse Source

Merge remote-tracking branch 'burzum/2.0' into 2.0

Graham Weldon 15 years ago
parent
commit
21f35345fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/I18n/I18n.php

+ 1 - 0
lib/Cake/I18n/I18n.php

@@ -20,6 +20,7 @@
 /**
  * Included libraries.
  */
+App::uses('CakePlugin', 'Core');
 App::uses('L10n', 'I18n');
 App::uses('Multibyte', 'I18n');