X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..62da0ed23af9ae74faf8d103bc3ce025c56b673e:/export.php diff --git a/export.php b/export.php index 3c46a5b5..9f3694ca 100644 --- a/export.php +++ b/export.php @@ -75,7 +75,7 @@ if ($request->getMethod() == 'POST') { exit; } else $errors->add($i18n->getKey('error.sys')); -} +} // POST $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.export'));