Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -392,7 +392,7 @@ |
393 | 393 | $editnotice_ns = 'editnotice-'.$this->mTitle->getNamespace(); |
394 | 394 | $editnotice_ns_message = wfMessage( $editnotice_ns )->inContentLanguage(); |
395 | 395 | if ( !$editnotice_ns_message->empty() ) { |
396 | | - $wgOut->addWikiText( $editnotice_ns_msg->plain() ) ); |
| 396 | + $wgOut->addWikiText( $editnotice_ns_msg->plain() ); |
397 | 397 | } |
398 | 398 | if ( MWNamespace::hasSubpages( $this->mTitle->getNamespace() ) ) { |
399 | 399 | $parts = explode( '/', $this->mTitle->getDBkey() ); |