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

Ashar Voultoiz <has...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |has...@free.fr
         Resolution|                            |FIXED

--- Comment #2 from Ashar Voultoiz <has...@free.fr> 2011-03-13 15:27:45 UTC ---
Group right enabled on the live site:
Index: CommonSettings.php
===================================================================
--- CommonSettings.php    (revision 1627)
+++ CommonSettings.php    (working copy)
@@ -888,6 +888,7 @@
 if ( $wmgUseProofreadPage ) {
 //if ( $wgDBname == 'frwikisource' || $wgDBname == 'enwikisource' || $wgDBname
== 'ptwikisource' ) {
     include( $IP . '/extensions/ProofreadPage/ProofreadPage.php' );
+    include( $IP . '/wmf-config/proofreadpage.php');
 }
 if( $wmgUseLST ) {
     include( $IP . '/extensions/LabeledSectionTransclusion/lst.php' );


proofreadpage.php content:

if( $wgDBname == 'dewikisource' ) {
    $wgGroupPermissions['*']['pagequality'] = true; # 27516
}

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