#3032 closed defect (bug) (no action required)
bp_blogs_remove_post() in bp-blogs.php
| Reported by: | postpostmodern | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Blogs | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
do_action in bp-blogs.php references an undefined object variable, $post (line 591). If this is supposed to have reference the global $post, then $post->user_id is not set, perhaps $post->post_author is the intended action? Using version 1.2.7
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)
Thanks -- we've already fixed this one (and many other PHP warning messages) in the trunk version of BuddyPress.