]> wagnertech.de Git - timetracker.git/blobdiff - mobile/users.php
Put a swap roles link on user_edit.php.
[timetracker.git] / mobile / users.php
index 8ae0fc930bb78d57442cb227ca318136c3eb276e..131d2b44c33f55920103cbe06611c2109d9425ec 100644 (file)
@@ -55,6 +55,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', 'mobile/users.tpl');
 $smarty->display('mobile/index.tpl');