projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b83e5e0
)
Declare static public.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 2 Oct 2009 19:17:05 +0000
(21:17 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Fri, 2 Oct 2009 19:17:05 +0000
(21:17 +0200)
framework/Kolab_Session/lib/Horde/Kolab/Session.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Session/lib/Horde/Kolab/Session.php
b/framework/Kolab_Session/lib/Horde/Kolab/Session.php
index
181ccbc
..
ffa171a
100644
(file)
--- a/
framework/Kolab_Session/lib/Horde/Kolab/Session.php
+++ b/
framework/Kolab_Session/lib/Horde/Kolab/Session.php
@@
-314,7
+314,7
@@
class Horde_Kolab_Session
*
* @return Horde_Kolab_Session The concrete Session reference.
*/
- function &singleton($user = null, $credentials = null, $destruct = false)
+
static public
function &singleton($user = null, $credentials = null, $destruct = false)
{
static $session;