Skip to:
Content

BuddyPress.org

Opened 13 years ago

Last modified 10 years ago

#4911 new defect (bug)

xprofile admin validate, wrong validate

Reported by: eggproject Owned by:
Priority: normal Milestone: Awaiting Contributions
Component: Extended Profile Version: 1.6.4
Severity: normal Keywords: reporter-feedback
Cc:

Description

} else if ( empty( $_POSTfield_file ) && $_POSTfieldtype == 'selectbox' && empty( $_POSTselectbox_option[1] ) ) {

empty($_POSTselectbox_option[1]) change to !isset

} else if ( empty( $_POSTfield_file ) && $_POSTfieldtype == 'selectbox' && !isset( $_POSTselectbox_option[1] ) ) {

Change History (2)

#1 @johnjamesjacoby
13 years ago

  • Keywords reporter-feedback added
  • Milestone Awaiting ReviewFuture Release
  • Version1.6.4

There are valid cases when these fields may not be set. Can you include steps to reproduce the problem you're experiencing?

#2 @tw2113
10 years ago

Vote close due to inactivity on the ticket and lack of reporter feedback.

Note: See TracTickets for help on using tickets.