fix nasty data sync bug in WebGUI::User::friends that was causing the friendsGroup assigned to a user t
o immediately be lost and replaced a different one in a call to WebGUI::Friends->add, which creates sep erate instances of users
This commit is contained in:
parent
eaa29c5f44
commit
3fe8f9a080
3 changed files with 30 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.10.25
|
||||
- fixed: if user1 adds user2 as a friend, user2 doesn't see user1 as a friend
|
||||
- fixed: data sync bug in WebGUI::User::friends
|
||||
- added: group() function for Survey::ExpressionEngine to test group membership
|
||||
- added: give WebGUI::PseudoRequest a hostname method
|
||||
- fixed: don't clobber the request handler if WebGUI::Test was loaded inside of mod_perl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue