X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=groups.php;h=12e54da20683a3b6d641017a22f4206e6c72b96b;hb=79a38d5d7579d6ba89efdc1b077b87a2e324cbd3;hp=5a612c130757b6c1ecf0cadfe399c80757cc2fed;hpb=78ef5f9b455fc04a3fe8535f234d98bddf4de6c9;p=timetracker.git 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');