From 87a102ece965e144c6d0b551297266e287739b9b Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 5 Sep 2009 12:10:16 +0000 Subject: [PATCH] show move/deletion log on action=history if there is no history --- includes/HistoryPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index 6f6cfab006..e782d2c8f8 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -105,6 +105,7 @@ class HistoryPage { */ if( !$this->title->exists() ) { $wgOut->addWikiMsg( 'nohistory' ); + $this->article->showLogs(); // show deletion/move log if there is an entry wfProfileOut( __METHOD__ ); return; } -- 2.20.1