X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..0513bd3b951b796926e9f65790b8a9bfd8d5f20b:/import.php diff --git a/import.php b/import.php index e4a74eea..d86628b6 100644 --- a/import.php +++ b/import.php @@ -47,7 +47,7 @@ if ($request->isPost()) { $import->importXml(); if ($err->no()) $messages->add($i18n->getKey('form.import.success')); -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray()) ); $smarty->assign('title', $i18n->getKey('title.import'));