projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1cfaf
)
Moved to Horde_Registry.
author
Jan Schneider
<jan@horde.org>
Tue, 14 Jul 2009 12:06:14 +0000
(14:06 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 14 Jul 2009 12:06:14 +0000
(14:06 +0200)
framework/Rpc/lib/Horde/Rpc/Phpgw.php
patch
|
blob
|
history
diff --git
a/framework/Rpc/lib/Horde/Rpc/Phpgw.php
b/framework/Rpc/lib/Horde/Rpc/Phpgw.php
index
56a6c4c
..
4690914
100644
(file)
--- a/
framework/Rpc/lib/Horde/Rpc/Phpgw.php
+++ b/
framework/Rpc/lib/Horde/Rpc/Phpgw.php
@@
-94,7
+94,7
@@
class Horde_Rpc_Phpgw extends Horde_Rpc
} else {
@session_destroy();
session_id($params[0]["sessionid"]);
- Horde::setupSessionHandler();
+ Horde
_Registry
::setupSessionHandler();
session_start();
}
}