projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0bfb5
)
Make arguments optional (Bug #8601).
author
Jan Schneider
<jan@horde.org>
Fri, 25 Sep 2009 14:18:50 +0000
(16:18 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 25 Sep 2009 14:19:30 +0000
(16:19 +0200)
framework/SessionHandler/lib/Horde/SessionHandler.php
patch
|
blob
|
history
diff --git
a/framework/SessionHandler/lib/Horde/SessionHandler.php
b/framework/SessionHandler/lib/Horde/SessionHandler.php
index
ef8431b
..
3afd557
100644
(file)
--- a/
framework/SessionHandler/lib/Horde/SessionHandler.php
+++ b/
framework/SessionHandler/lib/Horde/SessionHandler.php
@@
-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 {