Make arguments optional (Bug #8601).
authorJan Schneider <jan@horde.org>
Fri, 25 Sep 2009 14:18:50 +0000 (16:18 +0200)
committerJan Schneider <jan@horde.org>
Fri, 25 Sep 2009 14:19:30 +0000 (16:19 +0200)
framework/SessionHandler/lib/Horde/SessionHandler.php

index ef8431b..3afd557 100644 (file)
@@ -161,7 +161,7 @@ class Horde_SessionHandler
      *
      * @return boolean  True on success, false otherwise.
      */
-    public function open($save_path, $session_name)
+    public function open($save_path = null, $session_name = null)
     {
         if (!$this->_connected) {
             try {