https://bugzilla.wikimedia.org/show_bug.cgi?id=27448
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Component|CentralNotice |Site requests Version|any |unspecified Resolution|FIXED | AssignedTo|[email protected] |[email protected]. | |org Product|MediaWiki extensions |Wikimedia --- Comment #2 from [email protected] 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
