X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..48da6c320f5b4ff9fcfe0832e87b5ed48cdb1e60:/export.php diff --git a/export.php b/export.php index fb0e7567..f0469497 100644 --- a/export.php +++ b/export.php @@ -75,7 +75,7 @@ if ($request->isPost()) { exit; } else $err->add($i18n->getKey('error.sys')); -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.export'));