From d58544ee9135643f4506c3ce8892789da33b6f41 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 12 Jun 2007 20:18:13 +0000 Subject: [PATCH] Show deletion log at page creation to logged in users too. Recently to anons only. --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index fa8e04c50e..b67189f771 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -596,8 +596,8 @@ class EditPage { $wgOut->addWikiText( wfMsg( 'newarticletext' ) ); } else { $wgOut->addWikiText( wfMsg( 'newarticletextanon' ) ); - $this->showDeletionLog( $wgOut ); } + $this->showDeletionLog( $wgOut ); } } -- 2.20.1