projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d2d9e
)
Bug #9419: Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 30 Nov 2010 20:44:35 +0000
(13:44 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 30 Nov 2010 20:45:40 +0000
(13:45 -0700)
turba/data.php
patch
|
blob
|
history
diff --git
a/turba/data.php
b/turba/data.php
index
2278edc
..
3f1c3f2
100644
(file)
--- a/
turba/data.php
+++ b/
turba/data.php
@@
-423,7
+423,7
@@
if (is_array($next_step)) {
/* Create a Turba storage instance. */
$dest = $session->get('horde', 'import_data/target');
try {
- $driver = $injector->getInstance('Turba_Driver')->getDriver($
source
);
+ $driver = $injector->getInstance('Turba_Driver')->getDriver($
dest
);
} catch (Turba_Exception $e) {
$notification->push($e, 'horde.error');
$driver = null;