Skip to content

Commit

Permalink
Importing Multibyte.
Browse files Browse the repository at this point in the history
Fixes fatal errors when mbstring is not installed.
  • Loading branch information
markstory committed Jun 20, 2011
1 parent 72ca894 commit ce7ec44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Network/Email/CakeEmail.php
Expand Up @@ -21,6 +21,7 @@
App::uses('AbstractTransport', 'Network/Email');
App::uses('String', 'Utility');
App::uses('View', 'View');
App::import('I18n', 'Multibyte');

This comment has been minimized.

Copy link
@majna

majna Jul 21, 2011

Contributor

already set there?

App::uses('Multibyte', 'I18n');

This comment has been minimized.

Copy link
@majna

majna Jul 21, 2011

Contributor

Oh, it's in commit message... "mbstring not installed"

This comment has been minimized.

Copy link
@markstory

markstory Jul 22, 2011

Author Member

Yeah without mbstring installed bad things happen.


/**
* Cake e-mail class.
Expand Down

0 comments on commit ce7ec44

Please sign in to comment.