From: Chuck Hagenbuch Date: Sun, 16 Jan 2011 04:31:35 +0000 (-0500) Subject: array style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a37873c43f1ec403dedb9b2fb166980bd7b9a75d;p=horde.git array style --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 17474a583..8a9fc55bc 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -282,7 +282,7 @@ class Horde_Registry /* Define autoloader callbacks. */ $callbacks = array( 'Horde_Mime' => 'Horde_Core_Autoloader_Callback_Mime', - 'Horde_Nls' => 'Horde_Core_Autoloader_Callback_Nls' + 'Horde_Nls' => 'Horde_Core_Autoloader_Callback_Nls', ); /* Define factories. By default, uses the 'create' method in the given