Opened 15 years ago
Closed 15 years ago
#16680 closed defect (bug) (fixed)
Undefined index notice when signing up for username in multisite
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Multisite | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
The following notice is displayed when signing up for a multisite username only:
Notice: Undefined index: add_to_blog in D:\www\wordpress-3.1-multisite\wp-includes\ms-functions.php on line 1863
This is because there is no isset() check on the $meta array for the key of 'add_to_blog'.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Being pedantic: !empty()