projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38cede
)
Fix undefined variable.
author
Jan Schneider
<jan@horde.org>
Fri, 25 Jun 2010 23:23:10 +0000
(
01:23
+0200)
committer
Jan Schneider
<jan@horde.org>
Sat, 26 Jun 2010 00:03:08 +0000
(
02:03
+0200)
kronolith/data.php
patch
|
blob
|
history
diff --git
a/kronolith/data.php
b/kronolith/data.php
index
399bf05
..
71fd906
100644
(file)
--- a/
kronolith/data.php
+++ b/
kronolith/data.php
@@
-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'));