r28987 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28986‎ | r28987 | r28988 >
Date:09:42, 29 December 2007
Author:vasilievvv
Status:old
Tags:
Comment:
Oops, forgot to remove this debug stuff
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1099,7 +1099,6 @@
11001100 if ($isRedirect || is_null($lastRevIsRedirect) || $lastRevIsRedirect !== $isRedirect) {
11011101
11021102 $imageResult = true; //Result of imageredirects handling
1103 - file_put_contents( "C:\\err.txt", strval( $this->mTitle->getNamespace() == NS_IMAGE ) );
11041103 if( $this->mTitle->getNamespace() == NS_IMAGE ) {
11051104 wfProfileIn( __METHOD__ . "-img" );
11061105

Follow-up revisions

RevisionCommit summaryAuthorDate
r29128Revert for now r28986, 28987, 28992 - image redirects....brion20:26, 31 December 2007

Status & tagging log