From 80aa7b5d636c97e66a46bb55eac698556f9aed52 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 7 May 2011 09:55:18 +0000 Subject: [PATCH] Notice: Use of undefined constant GAID_FOR_UPDATE - assumed 'GAID_FOR_UPDATE' in D:\www\MW_trunk\phase3\includes\Title.php on line 3085 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1