projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f93ce
)
Fix creation of of default share
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 6 Oct 2010 19:44:43 +0000
(15:44 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 6 Oct 2010 19:45:30 +0000
(15:45 -0400)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
1437acb
..
c57cdb1
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-444,7
+444,7
@@
class Turba {
if ($GLOBALS['registry']->getAuth() && empty($defaults[$source])) {
// User's default share is missing.
try {
- $driver = $GLOBALS['injector']->getInstance('Turba_Driver')->getDriver($source
Id
);
+ $driver = $GLOBALS['injector']->getInstance('Turba_Driver')->getDriver($source);
} catch (Turba_Exception $e) {
$notification->push($driver, 'horde.error');
continue;