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

--- Comment #1 from [email protected] 2011-06-24 07:58:10 UTC ---
The code of Vector has been deeply modified for 3 weeks. It seems that the
problem doesn't exists anymore, but I can't reinstall MediaWiki now to do the
testing.
A simple test on the new version, like putting those lines in LocalSettings.php
:
:$wgHooks['userCan'][] = 'fnMyHook';
:function fnMyHook( &$title, &$user, $action, &$result ) 
:{ $result = false; return true; }
And trying to read a talk page would probably give the answer...

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to