Skip to content

Commit

Permalink
Fixing g11n\Multibyte to prevent configuration from leaking globally.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Jul 10, 2012
1 parent 582210a commit b38b11f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions g11n/Multibyte.php
Expand Up @@ -34,6 +34,13 @@
*/
class Multibyte extends \lithium\core\Adaptable {

/**
* Contains adapter configurations for `Multibyte` adapters.
*
* @var array
*/
protected static $_configurations = array();

/**
* `Libraries::locate()`-compatible path to adapters for this class.
*
Expand Down

0 comments on commit b38b11f

Please sign in to comment.