]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
When updating a User_group nickname, correlate Local_group and Profile
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 17 Oct 2013 11:00:13 +0000 (13:00 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 17 Oct 2013 11:49:20 +0000 (13:49 +0200)
commit274b70784fa75f6d8cb647e6378110fc34240abc
tree9b44f97f45a8b3869b87a6dacdf338954849611e
parent6ed66d9c7617332e9ea253e1f48583b4d9dbf45c
When updating a User_group nickname, correlate Local_group and Profile

...no need to make a separate call to Local_group's setNickname all the time,
or a bunch of redundant code for the Profile table.

Next up is User->update()...
actions/apigroupprofileupdate.php
actions/editgroup.php
classes/User_group.php