Show deletion log at page creation to logged in users too. Recently to anons only.
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 12 Jun 2007 20:18:13 +0000 (20:18 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 12 Jun 2007 20:18:13 +0000 (20:18 +0000)
includes/EditPage.php

index fa8e04c..b67189f 100644 (file)
@@ -596,8 +596,8 @@ class EditPage {
                                $wgOut->addWikiText( wfMsg( 'newarticletext' ) );
                        } else {
                                $wgOut->addWikiText( wfMsg( 'newarticletextanon' ) );
-                               $this->showDeletionLog( $wgOut );
                        }
+                       $this->showDeletionLog( $wgOut );
                }
        }