Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -105,6 +105,7 @@ |
106 | 106 | */ |
107 | 107 | if( !$this->title->exists() ) { |
108 | 108 | $wgOut->addWikiMsg( 'nohistory' ); |
| 109 | + $this->article->showLogs(); // show deletion/move log if there is an entry |
109 | 110 | wfProfileOut( __METHOD__ ); |
110 | 111 | return; |
111 | 112 | } |