X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a7ba11adfecf6cb906749efe5abce688363aef07..a8ef8ed3ff0aca2d4429b08cc7ff37bd273f4547:/export.php diff --git a/export.php b/export.php index 5893d80d..f0469497 100644 --- a/export.php +++ b/export.php @@ -74,8 +74,8 @@ if ($request->isPost()) { } exit; } else - $errors->add($i18n->getKey('error.sys')); -} // POST + $err->add($i18n->getKey('error.sys')); +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.export'));