X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..0513bd3b951b796926e9f65790b8a9bfd8d5f20b:/invoice_send.php diff --git a/invoice_send.php b/invoice_send.php index fba99ca3..4ec28bcf 100644 --- a/invoice_send.php +++ b/invoice_send.php @@ -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()));