From: Tobias Date: Sat, 5 Sep 2009 12:10:16 +0000 (+0000) Subject: show move/deletion log on action=history if there is no history X-Git-Tag: 1.31.0-rc.0~39909 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=87a102ece965e144c6d0b551297266e287739b9b;p=lhc%2Fweb%2Fwiklou.git show move/deletion log on action=history if there is no history --- 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; }