X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=export.php;h=f0469497e40873c3a19c2f480386ad576407f518;hb=16cbd33bec16854f1b6a4caf4ac24ededc8326f3;hp=fb0e7567a5717a0441f230ec0e1d8266800e76c3;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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'));