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