Opened 16 years ago
Closed 16 years ago
#15692 closed defect (bug) (fixed)
Notice in confirm_delete_users()
| Reported by: | ocean90 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Warnings/Notices | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Notice: Undefined property: WP_User::$user_id in /Users/Dominik/Sites/WordPress/Trunk/wp_ms/wp-admin/network/edit.php on line 60
Is should be $user->id. But we can remove it, because the in_array check with $allusers is enough, it includes all the ID's.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [16772]) Fix notice. Props ocean90. fixes #15692