X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/78ef5f9b455fc04a3fe8535f234d98bddf4de6c9..80d8ba7ca7444b575edc4930ee45e46dca66144b:/groups.php diff --git a/groups.php b/groups.php index 5a612c13..12e54da2 100644 --- a/groups.php +++ b/groups.php @@ -39,7 +39,7 @@ if (!ttAccessAllowed('manage_subgroups')) { } // End of access checks. -$smarty->assign('groups', $user->getGroups()); -$smarty->assign('title', $i18n->get('title.groups')); +$smarty->assign('groups', $user->getSubgroups()); +$smarty->assign('title', $i18n->get('label.subgroups')); $smarty->assign('content_page_name', 'groups.tpl'); $smarty->display('index.tpl');