Actions
Bug #2054
closedFix errors in BP External Activity
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2012-08-19
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
See BP External Activity errors listed here:
http://redmine.gc.cuny.edu/issues/2046#note-6
Updated by Raymond Hoh over 12 years ago
See commit c1e699e.
The fetch_feed() function uses a new filepath reference (feed.php). Also, I've switched out the deprecated get_userdatabylogin()
call with get_user_by('login')
.
Lastly, I've added an empty check for $_POST['group_id'] in the AJAX function.
I believe these should fix these notices and errors.
Updated by Matt Gold over 12 years ago
- Status changed from New to Reporter Feedback
Updated by Boone Gorges over 12 years ago
- Status changed from Reporter Feedback to Resolved
Good catch, Ray. Thanks.
Actions