]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2845: singleuser nickname configuration was being overridden by site...
authorBrion Vibber <brion@pobox.com>
Wed, 20 Oct 2010 21:34:25 +0000 (14:34 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 20 Oct 2010 21:34:25 +0000 (14:34 -0700)
commit8004e2809d98bdd535a3c59bd7d15c3fa2dd7ba9
tree177994041c35b5910d0227de6e64e8ff5c7667cc
parent75ebf3c34844dbba0eb229d0c7d0d618118ce1ab
Fix for ticket #2845: singleuser nickname configuration was being overridden by site owner in router setup.

I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset.
This is now called consistently from the places that needed to use the primary user's nickname in routing setup.

Setting $config['singleuser']['nickname'] should now work again as expected.
README
classes/User.php
lib/action.php
lib/router.php
lib/util.php