]> wagnertech.de Git - timetracker.git/blobdiff - invoice_send.php
A better comment
[timetracker.git] / invoice_send.php
index fba99ca326a585d037625fc90f4231e43d65dd3a..4ec28bcf2328ceed4a7cedf4fdaadf04aff253ac 100644 (file)
@@ -92,7 +92,7 @@ if ($request->isPost()) {
     else
       $err->add($i18n->getKey('error.mail_send'));
   }
-} // POST
+} // isPost
 
 $smarty->assign('title', $i18n->getKey('title.send_invoice'));
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));