From b38b11f6dc90db3b1bb283f9ff3bc420f82b9d3d Mon Sep 17 00:00:00 2001 From: Nate Abele Date: Tue, 10 Jul 2012 11:23:23 -0400 Subject: [PATCH] Fixing `g11n\Multibyte` to prevent configuration from leaking globally. --- g11n/Multibyte.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/g11n/Multibyte.php b/g11n/Multibyte.php index dd919757d8..c3ec7da27d 100644 --- a/g11n/Multibyte.php +++ b/g11n/Multibyte.php @@ -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. *