Renamed errors to err to keep things shorter
[timetracker.git] / export.php
index 5893d80..fb0e756 100644 (file)
@@ -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()));