Oops, forgot to remove this debug stuff
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sat, 29 Dec 2007 09:42:32 +0000 (09:42 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sat, 29 Dec 2007 09:42:32 +0000 (09:42 +0000)
includes/Article.php

index 9cd73f6..6e4fac4 100644 (file)
@@ -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" );