Opened 16 years ago
Closed 16 years ago
#15172 closed defect (bug) (fixed)
undefined $current_site->blogid in add_new_user_to_blog in ms-functions.php
| Reported by: | sboisvert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Multisite | Version: | 3.0.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
in 3.01 and from what I can tell in the current trunk on line 1415 of ms-functions (current trunk) under the function add_new_user_to_blog() There is a call to
remove_user_from_blog($user_id, $current_site->blogid); remove user from main blog.
the variable $current_site->blogid is not set, I believe it should be: $current_site->blog_id, which is set.
Thank you,
-Steph
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is correct in trunk