]> wagnertech.de Git - timetracker.git/blobdiff - import.php
A better comment
[timetracker.git] / import.php
index e4a74eea53b88b9de498421e43a499df68c19586..d86628b6cf22dafd323691d85fc97306ea1c1183 100644 (file)
@@ -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'));