r87621 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87620‎ | r87621 | r87622 >
Date:09:55, 7 May 2011
Author:aaron
Status:ok
Tags:
Comment:
Notice: Use of undefined constant GAID_FOR_UPDATE - assumed 'GAID_FOR_UPDATE' in D:\www\MW_trunk\phase3\includes\Title.php on line 3085
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -3082,7 +3082,7 @@
30833083 }
30843084
30853085 $dbw->begin(); # If $file was a LocalFile, its transaction would have closed our own.
3086 - $pageid = $this->getArticleID( GAID_FOR_UPDATE );
 3086+ $pageid = $this->getArticleID( self::GAID_FOR_UPDATE );
30873087 $protected = $this->isProtected();
30883088 $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 );
30893089

Status & tagging log