Style
authorJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 11:13:19 +0000 (13:13 +0200)
committerJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 12:07:38 +0000 (14:07 +0200)
framework/Core/lib/Horde/Core/Auth/Signup/Sql.php

index c0071fe..53cb8f2 100644 (file)
@@ -26,9 +26,10 @@ class Horde_Core_Auth_Signup_Sql extends Horde_Core_Auth_Signup_Base
      */
     public function __construct()
     {
-        $this->_params = array_merge($this->_params, array(
-            'table' => 'horde_signups'
-        ), Horde::getDriverConfig('signup', 'Sql'));
+        $this->_params = array_merge(
+            $this->_params,
+            array('table' => 'horde_signups'),
+            Horde::getDriverConfig('signup', 'Sql'));
     }
 
     /**