Changes between Initial Version and Version 1 of Ticket #8167, comment 1
- Timestamp:
- 11/26/2019 12:22:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8167, comment 1
initial v1 3 3 About the patch it looks good, but I’d feel safer if : 4 4 - `$current_user` was renamed `$current_user_id` 5 - the if inside the foreach would use strict comparison `=== ˋ,5 - the if inside the foreach would use strict comparison `===`, 6 6 - we had a unit test for this. 7 7 8 Is this a side effect of the BP Invites API we should fix i t5.1.0 ?8 Is this a side effect of the BP Invites API we should fix in 5.1.0 ? 9 9