Followup r74034, missed one GAID_FOR_UPDATE
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 30 Sep 2010 20:19:46 +0000 (20:19 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 30 Sep 2010 20:19:46 +0000 (20:19 +0000)
maintenance/tests/parser/parserTest.inc

index 8c58033..faa4c72 100644 (file)
@@ -1096,7 +1096,7 @@ class ParserTest {
                        wfDie( "invalid title at line $line\n" );
                }
 
-               $aid = $title->getArticleID( GAID_FOR_UPDATE );
+               $aid = $title->getArticleID( Title::GAID_FOR_UPDATE );
 
                if ( $aid != 0 ) {
                        wfDie( "duplicate article '$name' at line $line\n" );