Fix merge order.
authorJan Schneider <jan@horde.org>
Thu, 19 Nov 2009 00:44:16 +0000 (01:44 +0100)
committerJan Schneider <jan@horde.org>
Thu, 19 Nov 2009 00:44:16 +0000 (01:44 +0100)
timeobjects/lib/Driver.php

index ac14190..97f467d 100644 (file)
@@ -8,7 +8,7 @@ class TimeObjects_Driver
 
     public function __construct($params)
     {
-        $this->_params = array_merge($params, $this->_params);
+        $this->_params = array_merge($this->_params, $params);
     }
 
     /**