X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/89fb789af54e5842342ef676fab13da4ab0b1098..de05f61301a897661c702f03c1b45dd3ab5c0e8a:/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');