projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb21c45
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 24 Nov 2010 16:35:15 +0000
(09:35 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 24 Nov 2010 16:35:15 +0000
(09:35 -0700)
turba/data.php
patch
|
blob
|
history
diff --git
a/turba/data.php
b/turba/data.php
index
a81262f
..
2278edc
100644
(file)
--- a/
turba/data.php
+++ b/
turba/data.php
@@
-335,7
+335,7
@@
case 'export':
case Horde_Data::IMPORT_FILE:
$dest = Horde_Util::getFormData('dest');
try {
- $driver = $injector->getInstance('Turba_Driver')->getDriver($
source
);
+ $driver = $injector->getInstance('Turba_Driver')->getDriver($
dest
);
} catch (Turba_Exception $e) {
$notification->push($e, 'horde.error');
$error = true;