X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de79fff47f10297d7df2edf34aa6420de71cde5b..7f94d3c91c405b7c5324b8b07cc8c66fabc40b77:/admin_groups.php 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');