]> wagnertech.de Git - timetracker.git/blobdiff - projects.php
Replaced getKey() with get() calls.
[timetracker.git] / projects.php
index ce7bb9a1a4e0717a1aed84d9318e55da42363114..ed0103a4e3ad929cdcf28477957e936f37bcaf3d 100644 (file)
@@ -44,6 +44,6 @@ if($user->canManageTeam()) {
 
 $smarty->assign('active_projects', $active_projects);
 $smarty->assign('inactive_projects', $inactive_projects);
-$smarty->assign('title', $i18n->getKey('title.projects'));
+$smarty->assign('title', $i18n->get('title.projects'));
 $smarty->assign('content_page_name', 'projects.tpl');
 $smarty->display('index.tpl');