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

Revision: 73995
Author:   kaldari
Date:     2010-09-29 22:44:32 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
need the global var too

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

Modified: trunk/extensions/CentralNotice/CentralNotice.php
===================================================================
--- trunk/extensions/CentralNotice/CentralNotice.php    2010-09-29 22:43:00 UTC 
(rev 73994)
+++ trunk/extensions/CentralNotice/CentralNotice.php    2010-09-29 22:44:32 UTC 
(rev 73995)
@@ -141,7 +141,7 @@
 }
 
 function efCentralNoticeLoader( $out, $skin ) {
-       global $wgUser, $wgOut;
+       global $wgUser, $wgOut, $wgCentralDBname;
 
        $centralLoader = SpecialPage::getTitleFor( 'BannerController' 
)->getLocalUrl();
 



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

Reply via email to