X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_teams.php;h=7d2b3dfa4808a9ffcad4a7d580c3efbe0c008201;hb=556948c09b8116728275f9933716a153216abe31;hp=55df54fc59f1c63d943cb7a8fe639e2b2dd969c8;hpb=6753e281196a94e8a50d9c98d5195093e61fcefb;p=timetracker.git 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');