Index: trunk/extensions/CentralNotice/special/SpecialBannerController.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | * In order to circumvent the normal squid cache override we add '/cn.js' to the bannerlist URL. |
45 | 45 | */ |
46 | 46 | function getOutput() { |
47 | | - global $wgCentralPagePath, $wgNoticeFundraisingUrl, $wgContLang; |
| 47 | + global $wgCentralPagePath, $wgContLang; |
48 | 48 | |
49 | 49 | $js = $this->getScriptFunctions() . $this->getToggleScripts(); |
50 | 50 | $js .= <<<JAVASCRIPT |