https://bugzilla.wikimedia.org/show_bug.cgi?id=17116





--- Comment #2 from Jonathan Eisenstein <eisenst...@gmail.com>  2009-01-22 
03:42:02 UTC ---
I did -- the code causing the original behavior centers on this:

wfRunHooks( 'userCan', array( &$this, &$wgUser, 'read', &$result ) );
if ( $result !== null ) {
        return $result;
}

The result is returned as long as there was a result. The state of wfRunHooks
is not consulted, so returning true or false doesn't make a difference.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to