projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ad593
)
typo
author
Gunnar Wrobel
<p@rdus.de>
Wed, 17 Mar 2010 07:02:34 +0000
(08:02 +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
628bc8f
..
be0d770
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 = $GLOBALS['injector']->getInstance('Horde_Kolab_Session
_Interface
');
+ $this->_session = $GLOBALS['injector']->getInstance('Horde_Kolab_Session');
}
return $this->_session;
}