Bug #9419: Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Nov 2010 20:44:35 +0000 (13:44 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Nov 2010 20:45:40 +0000 (13:45 -0700)
turba/data.php

index 2278edc..3f1c3f2 100644 (file)
@@ -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;