diff --git a/library/includes/ucp/viewprofile.php b/library/includes/ucp/viewprofile.php index e63c4e11..fb83d4aa 100644 --- a/library/includes/ucp/viewprofile.php +++ b/library/includes/ucp/viewprofile.php @@ -172,7 +172,7 @@ if (IS_ADMIN) else if (IS_MOD) { $template->assign_vars(array( - 'GROUP_MEMBERSHIP' => ($profiledata['user_level'] != ADMIN), + 'SHOW_GROUP_MEMBERSHIP' => ($profiledata['user_level'] != USER), )); }