]> wagnertech.de Git - timetracker.git/blobdiff - users.php
Replaced getKey() with get() calls.
[timetracker.git] / users.php
index 28a37227a523e445e88e3d09819fab87b9422421..8602186382e6aff6f67a09c8c6a39e2cf66b1b0a 100644 (file)
--- a/users.php
+++ b/users.php
@@ -56,6 +56,6 @@ if ($user->uncompleted_indicators) {
 $smarty->assign('active_users', $active_users);
 $smarty->assign('inactive_users', $inactive_users);
 $smarty->assign('can_delete_manager', $can_delete_manager);
-$smarty->assign('title', $i18n->getKey('title.users'));
+$smarty->assign('title', $i18n->get('title.users'));
 $smarty->assign('content_page_name', 'users.tpl');
 $smarty->display('index.tpl');