From 984e558615322f8c3671a4c4c4423a5eae5a2714 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 30 Nov 2010 13:44:35 -0700 Subject: [PATCH] Bug #9419: Fix typo --- turba/data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0