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





--- Comment #11 from Buxul T. <[email protected]>  2009-11-13 10:23:15 UTC ---
correction:

909c909
<     global $wgOut, $wgUser, $wgProofreadPageAllowIPs;
---
>     global $wgOut, $wgUser;
954,959c954,957
<       if (!$wgProofreadPageAllowIPs) {
<             if( ($old_q != $q) && $wgUser->isAnon() ) {
<                 $wgOut->showErrorPage( 'proofreadpage_nologin',
'proofreadpage_nologintext' );
<                 return false;
<             }
<       }
---
>         if( ($old_q != $q) && $wgUser->isAnon() ) {
>             $wgOut->showErrorPage( 'proofreadpage_nologin', 
> 'proofreadpage_nologintext' );
>             return false;
>         }


-- 
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