bp_attachments_tracking_get_table has wrong approach
-
bp_attachments_tracking_get_table by default uses the activity table right?
function bp_attachments_tracking_get_table() { global $bp return $bp->activity->table_name }
That way if you filter the activity table location, which is possible, the data does not get get out of sync.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘bp_attachments_tracking_get_table has wrong approach’ is closed to new replies.