r70971 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70970‎ | r70971 | r70972 >
Date:17:16, 12 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
->getCode(), fix for r70905
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialCentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php
@@ -409,7 +409,7 @@
410410 'not_project',
411411 'not_locked'
412412 ),
413 - array ( 'not_language' => $wgLang ),
 413+ array ( 'not_language' => $wgLang->getCode() ),
414414 __METHOD__,
415415 array( 'ORDER BY' => 'not_id' )
416416 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70905CentralNotice: fixes for r70904: Language::commaList() is not static, fixed g...maxsem18:45, 11 August 2010

Status & tagging log