Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -186,7 +186,7 @@ |
187 | 187 | $project_name = $wgRequest->getVal( 'project_name' ); |
188 | 188 | $project_language = $wgRequest->getVal( 'wpUserLanguage' ); |
189 | 189 | if ( $noticeName == '' ) { |
190 | | - $wgOut->addWikiwfMsg ( 'centralnotice-null-string' ); |
| 190 | + $wgOut->addWikiMsg ( 'centralnotice-null-string' ); |
191 | 191 | } |
192 | 192 | else { |
193 | 193 | $this->addNotice( $noticeName, '0', $start, $project_name, $project_language ); |