X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a7ba11adfecf6cb906749efe5abce688363aef07..37f2b382a91de6d58d5bac1f34f1a28b5c12b9ba:/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'));