From: Aaron Schulz Date: Sat, 7 May 2011 09:55:18 +0000 (+0000) Subject: Notice: Use of undefined constant GAID_FOR_UPDATE - assumed 'GAID_FOR_UPDATE' in... X-Git-Tag: 1.31.0-rc.0~30353 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=80aa7b5d636c97e66a46bb55eac698556f9aed52;p=lhc%2Fweb%2Fwiklou.git Notice: Use of undefined constant GAID_FOR_UPDATE - assumed 'GAID_FOR_UPDATE' in D:\www\MW_trunk\phase3\includes\Title.php on line 3085 --- diff --git a/includes/Title.php b/includes/Title.php index bcedd81455..88ec68eaf7 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3082,7 +3082,7 @@ class Title { } $dbw->begin(); # If $file was a LocalFile, its transaction would have closed our own. - $pageid = $this->getArticleID( GAID_FOR_UPDATE ); + $pageid = $this->getArticleID( self::GAID_FOR_UPDATE ); $protected = $this->isProtected(); $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 );