X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=clients.php;h=89b5c4a377d059bed1d84cce7b7cbfe5431f4eba;hb=62b36719d92eec21e5e132811c1ec88e5f495117;hp=f02d4b951c7fa558d2e714647b7e69eb17adbb52;hpb=3222579993343da856339c1474d9d4b9a752167e;p=timetracker.git diff --git a/clients.php b/clients.php index f02d4b95..89b5c4a3 100644 --- a/clients.php +++ b/clients.php @@ -38,6 +38,6 @@ if (!ttAccessAllowed('manage_clients') || !$user->isPluginEnabled('cl')) { $smarty->assign('active_clients', ttTeamHelper::getActiveClients($user->team_id, true)); $smarty->assign('inactive_clients', ttTeamHelper::getInactiveClients($user->team_id, true)); -$smarty->assign('title', $i18n->getKey('title.clients')); +$smarty->assign('title', $i18n->get('title.clients')); $smarty->assign('content_page_name', 'clients.tpl'); $smarty->display('index.tpl');