From 209c114e8518a4ba31b62c8dae2950e9e72b273e Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Sat, 29 Dec 2007 09:42:32 +0000 Subject: [PATCH] Oops, forgot to remove this debug stuff --- includes/Article.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 9cd73f6640..6e4fac4bad 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1099,7 +1099,6 @@ class Article { if ($isRedirect || is_null($lastRevIsRedirect) || $lastRevIsRedirect !== $isRedirect) { $imageResult = true; //Result of imageredirects handling - file_put_contents( "C:\\err.txt", strval( $this->mTitle->getNamespace() == NS_IMAGE ) ); if( $this->mTitle->getNamespace() == NS_IMAGE ) { wfProfileIn( __METHOD__ . "-img" ); -- 2.20.1