]> wagnertech.de Git - timetracker.git/blobdiff - invoices.php
Added some protection from bot registrations.
[timetracker.git] / invoices.php
index 0617a44f2020043dedee8797af0f704f4521057d..a03579b080f9d10a02cd99b4351e4fadb78d8677 100644 (file)
@@ -39,6 +39,6 @@ if (!(ttAccessAllowed('manage_invoices') || ttAccessAllowed('view_own_invoices')
 $invoices = ttTeamHelper::getActiveInvoices();
 
 $smarty->assign('invoices', $invoices);
-$smarty->assign('title', $i18n->getKey('title.invoices'));
+$smarty->assign('title', $i18n->get('title.invoices'));
 $smarty->assign('content_page_name', 'invoices.tpl');
 $smarty->display('index.tpl');