Index: trunk/phase3/includes/Title.php |
— | — | @@ -3082,7 +3082,7 @@ |
3083 | 3083 | } |
3084 | 3084 | |
3085 | 3085 | $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 ); |
3087 | 3087 | $protected = $this->isProtected(); |
3088 | 3088 | $pageCountChange = ( $createRedirect ? 1 : 0 ) - ( $nt->exists() ? 1 : 0 ); |
3089 | 3089 | |