From: Chad Horohoe Date: Thu, 30 Sep 2010 20:19:46 +0000 (+0000) Subject: Followup r74034, missed one GAID_FOR_UPDATE X-Git-Tag: 1.31.0-rc.0~34722 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=0004512fa95afe53ff1044e1d773849646744a57;p=lhc%2Fweb%2Fwiklou.git Followup r74034, missed one GAID_FOR_UPDATE --- 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" );