diff --git a/lib/Connection.php b/lib/Connection.php index 355df47..4ad8348 100644 --- a/lib/Connection.php +++ b/lib/Connection.php @@ -58,7 +58,7 @@ public static function getInstance($name = 'default', $context = array(), $backe if (array_key_exists($name, $instances)) return $instances[$name]; - return $instances[$name] = new self($context, $backend); + return $instances[$name] = new self($context, $backend, $options); } //