http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73963

Revision: 73963
Author:   kaldari
Date:     2010-09-29 18:00:44 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
moving meta-specific settings out of CentralNotice config

Modified Paths:
--------------
    trunk/extensions/CentralNotice/CentralNotice.php

Modified: trunk/extensions/CentralNotice/CentralNotice.php
===================================================================
--- trunk/extensions/CentralNotice/CentralNotice.php    2010-09-29 17:58:32 UTC 
(rev 73962)
+++ trunk/extensions/CentralNotice/CentralNotice.php    2010-09-29 18:00:44 UTC 
(rev 73963)
@@ -28,10 +28,11 @@
 $wgNoticeInfrastructure = true;
 
 // The name of the database which hosts the centralized campaign data
-$wgCentralDBname = 'metawiki';
+$wgCentralDBname = '';
 
 // The path to Special Pages on the wiki that hosts the CentralNotice 
infrastructure
-$wgCentralPagePath = 'http://meta.wikimedia.org/wiki/';
+// For example 'http://meta.wikimedia.org/wiki/'
+$wgCentralPagePath = '';
 
 // Enable the loader itself
 // Allows to control the loader visibility, without destroying infrastructure



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to