show move/deletion log on action=history if there is no history
authorTobias <churchofemacs@users.mediawiki.org>
Sat, 5 Sep 2009 12:10:16 +0000 (12:10 +0000)
committerTobias <churchofemacs@users.mediawiki.org>
Sat, 5 Sep 2009 12:10:16 +0000 (12:10 +0000)
includes/HistoryPage.php

index 6f6cfab..e782d2c 100644 (file)
@@ -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;
                }