#2620 closed defect (bug) (fixed)
Undefined index $user_Id
Reported by: | mordauk | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Subscriptions | Keywords: | has-patch |
Cc: |
Description
The changes to the subscription handler in 2162 have caused a few undefined index errors:
`
Notice: Undefined variable: user_id in /Users/pippinwilliamson/Sites/trunk/wp-content/plugins/bbpress/includes/common/functions.php on line 1225
Notice: Undefined variable: user_id in /Users/pippinwilliamson/Sites/trunk/wp-content/plugins/bbpress/includes/common/functions.php on line 1231
`
Those happen whenever a new reply is posted.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
I'd propose just setting $user_id to null since it can no longer be used in the way it was before.