X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=import.php;h=23715e080c0c6a9af59871a8a7a96a15b6241be1;hb=d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3;hp=d86628b6cf22dafd323691d85fc97306ea1c1183;hpb=eb55e2f8ca3859482a389795e03b45283e14ef36;p=timetracker.git diff --git a/import.php b/import.php index d86628b6..23715e08 100644 --- a/import.php +++ b/import.php @@ -45,8 +45,7 @@ if ($request->isPost()) { $import = new ttImportHelper($err); $import->importXml(); - if ($err->no()) - $messages->add($i18n->getKey('form.import.success')); + if ($err->no()) $msg->add($i18n->getKey('form.import.success')); } // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray()) );