X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_groups.php;h=78e083ca59be3bfa808c6dec63da5780ea7a8be8;hb=a711e76851f29c7e0ac290a279eb4dd984ea7167;hp=fa5f51b21c64d320a64caf136e7513f47d9bade0;hpb=de79fff47f10297d7df2edf34aa6420de71cde5b;p=timetracker.git 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');