]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2837: white screen when hitting 'make admin' button on group members...
authorBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 22:33:54 +0000 (15:33 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 22:33:54 +0000 (15:33 -0700)
commit9a35e48ee2a15ded31dd1dba8e0af9071e8a28ac
tree9dab9d9f2fd28eb0b936bd0cce24d4896adf50ae
parent90e54f6cf08f74478d152c329363bcd77eea6329
Fix for ticket #2837: white screen when hitting 'make admin' button on group members list.

RedirectingAction->returnToArgs() has been renamed to returnToPrevious() to avoid confusion with the existing Action->returnToArgs which gives the arguments that would be used to pass to one of those. :)
Switching to the correct function call gets it working.

Thanks to Siebrand for catching it when I could debug it live!
actions/makeadmin.php