X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de79fff47f10297d7df2edf34aa6420de71cde5b..87b3867d52dbaf6c3db44cbcbe4d96a4def12dd2:/admin_groups.php?ds=inline diff --git a/admin_groups.php b/admin_groups.php index fa5f51b2..78e083ca 100644 --- a/admin_groups.php +++ b/admin_groups.php @@ -36,7 +36,7 @@ if (!ttAccessAllowed('administer_site')) { } // End of access checks. -$smarty->assign('teams', ttGroupHelper::getTopGroups()); +$smarty->assign('groups', ttGroupHelper::getTopGroups()); $smarty->assign('title', $i18n->get('title.groups')); $smarty->assign('content_page_name', 'admin_groups.tpl'); $smarty->display('index.tpl');