Opened 10 years ago
Closed 10 years ago
#6003 closed defect (bug) (fixed)
variable firstrow is used in multiple methods that can be called simultaiously
Reported by: | andemann | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Appearance - Template Pack | Keywords: | |
Cc: |
Description
In buddypress/bp-templates/bp-legacy/jsbuddypress.js the variable firstrow is used both in
jq( document ).on( 'heartbeat-send.buddypress', on line 1605 to hold the timestamp for last updated
and in jq('#aw-whats-new-submit').on( 'click', function() { on line 101
it is used to hold a reference towards the first li in the activity list.
This causes and error if the wordpress heartbeat is triggered while a new activity is posted.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Nice find. Thanks for the report.