]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix regression in remote subscription; added hasRole() shadow method on Remote_profile.
authorBrion Vibber <brion@pobox.com>
Wed, 25 Nov 2009 22:10:55 +0000 (22:10 +0000)
committerBrion Vibber <brion@pobox.com>
Wed, 25 Nov 2009 22:23:21 +0000 (22:23 +0000)
commitb771a8bb2124d4e48df2e3d3d3078c4de1da3483
tree5b0c0a15154d79593f4a67c88617b3949153b9bc
parentf1b64c4db52d6881c845704bfde3e3514e3ebe8f
Fix regression in remote subscription; added hasRole() shadow method on Remote_profile.

DB_DataObject hides errors by silently returning null for any non-existent method call, making it harder to tell what the heck's going on... the rights check for blocked remote users returned null for the check for subscribe rights, thus eval'ing to false. We now log a note in this circumstance, which would have cut about 3 hours off of the debug time.
classes/Remote_profile.php
lib/oauthstore.php