X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ae00c14ac2999773e17a761542932cb95420430a..2ffa361a7610cbd1334754da314e4783226df689:/projects.php diff --git a/projects.php b/projects.php index ce7bb9a1..ed0103a4 100644 --- a/projects.php +++ b/projects.php @@ -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');