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