Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -409,7 +409,7 @@ |
410 | 410 | 'not_project', |
411 | 411 | 'not_locked' |
412 | 412 | ), |
413 | | - array ( 'not_language' => $wgLang ), |
| 413 | + array ( 'not_language' => $wgLang->getCode() ), |
414 | 414 | __METHOD__, |
415 | 415 | array( 'ORDER BY' => 'not_id' ) |
416 | 416 | ); |