Index: trunk/phase3/includes/Article.php |
— | — | @@ -1099,7 +1099,6 @@ |
1100 | 1100 | if ($isRedirect || is_null($lastRevIsRedirect) || $lastRevIsRedirect !== $isRedirect) { |
1101 | 1101 | |
1102 | 1102 | $imageResult = true; //Result of imageredirects handling |
1103 | | - file_put_contents( "C:\\err.txt", strval( $this->mTitle->getNamespace() == NS_IMAGE ) ); |
1104 | 1103 | if( $this->mTitle->getNamespace() == NS_IMAGE ) { |
1105 | 1104 | wfProfileIn( __METHOD__ . "-img" ); |
1106 | 1105 | |