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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There are valid cases when these fields may not be set. Can you include steps to reproduce the problem you're experiencing?