Remove unnecessary conditional
[lhc/web/wiklou.git] / includes / ExternalStoreDB.php
index 1cd5465..f2e80c9 100644 (file)
@@ -40,7 +40,7 @@ class ExternalStoreDB {
        /** @todo Document.*/
        function &getMaster( $cluster ) {
                $lb =& $this->getLoadBalancer( $cluster );
-               return $lb->getConnection( DB_MASTER, array() );
+               return $lb->getConnection( DB_MASTER );
        }
 
        /** @todo Document.*/