X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/75b65e92b21d45e2b09fb12daef169fb214a7acd..5f64df1308fd641565631e6e38d282432f5e6250:/admin_teams.php diff --git a/admin_teams.php b/admin_teams.php index 55df54fc..7d2b3dfa 100644 --- a/admin_teams.php +++ b/admin_teams.php @@ -36,6 +36,6 @@ if (!ttAccessAllowed('administer_site')) { } $smarty->assign('teams', ttGroupHelper::getTopGroups()); -$smarty->assign('title', $i18n->getKey('title.teams')); +$smarty->assign('title', $i18n->get('title.teams')); $smarty->assign('content_page_name', 'admin_teams.tpl'); $smarty->display('index.tpl');