From 0004512fa95afe53ff1044e1d773849646744a57 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 30 Sep 2010 20:19:46 +0000 Subject: [PATCH] Followup r74034, missed one GAID_FOR_UPDATE --- maintenance/tests/parser/parserTest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tests/parser/parserTest.inc b/maintenance/tests/parser/parserTest.inc index 8c580331c4..faa4c72fe7 100644 --- a/maintenance/tests/parser/parserTest.inc +++ b/maintenance/tests/parser/parserTest.inc @@ -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" ); -- 2.20.1