From af39f0c2b139dc599aa6c9da0107274019aac95c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 26 May 2013 13:50:16 -0500 Subject: [PATCH] Just boot MbString on Patchwork. --- bootstrap/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index ef587e27..6d5c7402 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -43,7 +43,7 @@ if (file_exists($compiled = __DIR__.'/compiled.php')) | */ -Patchwork\Utf8\Bootup::initAll(); +Patchwork\Utf8\Bootup::initMbString(); /* |--------------------------------------------------------------------------