Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -596,8 +596,8 @@ |
597 | 597 | $wgOut->addWikiText( wfMsg( 'newarticletext' ) ); |
598 | 598 | } else { |
599 | 599 | $wgOut->addWikiText( wfMsg( 'newarticletextanon' ) ); |
600 | | - $this->showDeletionLog( $wgOut ); |
601 | 600 | } |
| 601 | + $this->showDeletionLog( $wgOut ); |
602 | 602 | } |
603 | 603 | } |
604 | 604 | |