From: Daniel Cannon Date: Sat, 9 Jun 2007 00:41:27 +0000 (+0000) Subject: Remove deletion log from below noarticletext. User should only care about this when... X-Git-Tag: 1.31.0-rc.0~52607 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=2c0eea64e4d0f6d5aeeca14070bfe64ff39d1773;p=lhc%2Fweb%2Fwiklou.git Remove deletion log from below noarticletext. User should only care about this when actually editing the page. --- diff --git a/includes/Article.php b/includes/Article.php index 0c92a3af65..ebf3c64036 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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();