Fix undefined variable.
authorJan Schneider <jan@horde.org>
Fri, 25 Jun 2010 23:23:10 +0000 (01:23 +0200)
committerJan Schneider <jan@horde.org>
Sat, 26 Jun 2010 00:03:08 +0000 (02:03 +0200)
kronolith/data.php

index 399bf05..71fd906 100644 (file)
@@ -183,6 +183,7 @@ case Horde_Data::IMPORT_FILE:
 }
 
 if (!$error) {
+    $data = null;
     try {
         $data = $injector->getInstance('Horde_Data')->getData($import_format, array('cleanup' => '_cleanupData'));