From: Michael M Slusarz Date: Tue, 30 Nov 2010 20:44:35 +0000 (-0700) Subject: Bug #9419: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=984e558615322f8c3671a4c4c4423a5eae5a2714;p=horde.git Bug #9419: Fix typo --- diff --git a/turba/data.php b/turba/data.php index 2278edc91..3f1c3f2fc 100644 --- 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;