projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eed026
)
Use the injector.
author
Gunnar Wrobel
<p@rdus.de>
Wed, 17 Mar 2010 06:40:45 +0000
(07:40 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 17 Mar 2010 20:23:30 +0000
(21:23 +0100)
kronolith/lib/Driver/Kolab.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Kolab.php
b/kronolith/lib/Driver/Kolab.php
index
181dd38
..
628bc8f
100644
(file)
--- a/
kronolith/lib/Driver/Kolab.php
+++ b/
kronolith/lib/Driver/Kolab.php
@@
-71,7
+71,7
@@
class Kronolith_Driver_Kolab extends Kronolith_Driver
public function getSession()
{
if (!isset($this->_session)) {
- $this->_session =
Horde_Kolab_Session_Singleton::singleton(
);
+ $this->_session =
$GLOBALS['injector']->getInstance('Horde_Kolab_Session_Interface'
);
}
return $this->_session;
}