Skip to content

Commit

Permalink
Merge pull request #82 from argiepiano/1.x-2.x-issue-81
Browse files Browse the repository at this point in the history
Issue #81. Fix options form for view header
  • Loading branch information
argiepiano authored May 19, 2022
2 parents 1fc29dc + 3c38da8 commit b1e012e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class og_ui_handler_area_og_membership_overview extends views_handler_area {
$form["total_members_$state"] = array(
'#type' => 'checkbox',
'#title' => t('Show total @label members', array('@label' => strtolower($label))),
'#default_value' => $this->options["total_$state"],
'#default_value' => $this->options["total_members_$state"],
);
}

Expand Down

0 comments on commit b1e012e

Please sign in to comment.