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

duplicate...@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |duplicate...@googlemail.com
          Component|CentralNotice               |Site requests
            Version|any                         |unspecified
         Resolution|FIXED                       |
         AssignedTo|rkald...@wikimedia.org      |wikibugs-l@lists.wikimedia.
                   |                            |org
            Product|MediaWiki extensions        |Wikimedia

--- Comment #2 from duplicate...@googlemail.com 2011-03-11 21:31:36 UTC ---
reverted with r83713

change to shell request:

Please change in CommonSettings.php (see wgNoticeCentralPath there)

$wgCentralPagePath = 'http://meta.wikimedia.org/w/index.php';

to

if( $secure ) {
 $wgCentralPagePath =
'https://secure.wikimedia.org/wikipedia/meta/w/index.php';
} else {
 $wgCentralPagePath = 'http://meta.wikimedia.org/w/index.php';
}

Thanks.

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