https://bugzilla.wikimedia.org/show_bug.cgi?id=20812
Buxul T. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Buxul T. <[email protected]> 2009-11-13 10:17:23 UTC --- This patch for ProofreadPage.php Revision 58865 should solve the problem: 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; > } and then you must set $wgProofreadPageAllowIPs=true in LocalSettings.php I can't test it, because I don't have an running installation of ProofreadPage. -- 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
