r72565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72564‎ | r72565 | r72566 >
Date:23:01, 7 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
forgot to update the global var declaration in r72558
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
@@ -274,7 +274,7 @@
275275 * View or edit an individual banner
276276 */
277277 private function showView() {
278 - global $wgOut, $wgUser, $wgRequest, $wgContLanguageCode, $wgScriptPath, $wgLang;
 278+ global $wgOut, $wgUser, $wgRequest, $wgLanguageCode, $wgScriptPath, $wgLang;
279279
280280 $scriptPath = "$wgScriptPath/extensions/CentralNotice";
281281 $sk = $wgUser->getSkin();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72558some clean-up of the language code ( is deprecated in favor of )kaldari22:27, 7 September 2010

Status & tagging log