Fixed error 500 with password reset
[timetracker.git] / mobile / time.php
index f353948..4eca3de 100644 (file)
@@ -286,7 +286,7 @@ if ($request->isPost()) {
       $err->add($i18n->getKey('error.db'));
     }
   }
-} // POST
+} // isPost
 
 $smarty->assign('next_date', $next_date);
 $smarty->assign('prev_date', $prev_date);