Skip to content

Commit

Permalink
Adding omitted import for Multibyte to i18n. Fixes #929
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 20, 2010
1 parent 88e32b3 commit f6c7be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/i18n.php
Expand Up @@ -21,7 +21,7 @@
/**
* Included libraries.
*/
App::import('Core', 'l10n');
App::import('Core', array('l10n', 'Multibyte'));

/**
* I18n handles translation of Text and time format strings.
Expand Down

0 comments on commit f6c7be9

Please sign in to comment.