X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=import.php;h=d86628b6cf22dafd323691d85fc97306ea1c1183;hb=eb55e2f8ca3859482a389795e03b45283e14ef36;hp=e4a74eea53b88b9de498421e43a499df68c19586;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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'));