Opened 11 years ago
Closed 11 years ago
#5132 closed defect (bug) (fixed)
Provide fallback for group invite status in group settings form handler
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.9 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
In groups_screen_group_admin_settings()
, we should check whether $_POST['group-invite-status']
is set before checking it against the status whitelist, to avoid PHP warnings. Sites that are using BP's core templates for the group edit pages will have this input in the edit form, but custom templates that are a bit older will not, resulting in PHP warnings.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 7343: