Remove deletion log from below noarticletext. User should only care about this when...
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 9 Jun 2007 00:41:27 +0000 (00:41 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 9 Jun 2007 00:41:27 +0000 (00:41 +0000)
includes/Article.php

index 0c92a3a..ebf3c64 100644 (file)
@@ -852,12 +852,6 @@ class Article {
                         );
                }
 
-               /**
-                * Show the deletion log when viewing a non-existent page
-                */
-               if( $this->getId() == 0 )
-                       $this->showLogExtract( $wgOut );
-               
                # Trackbacks
                if ($wgUseTrackbacks)
                        $this->addTrackbacks();