r77513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77512‎ | r77513 | r77514 >
Date:23:52, 30 November 2010
Author:platonides
Status:ok
Tags:
Comment:
Whitelist my_assert() globals in UtfNormalTest2.php
Modified paths:
  • /trunk/tools/code-utils/check-vars.php (modified) (history)

Diff [purge]

Index: trunk/tools/code-utils/check-vars.php
@@ -153,6 +153,8 @@
154154 '$mmfl' => array( 'mergeMessageFileList.php' ),
155155 '$checkBlacklist' => array( 'checkLanguage.inc' ),
156156 '$stderr' => array( 'serialize.php' ),
 157+ '$col' => array( 'UtfNormalTest2.php' ),
 158+ '$lineNo' => array( 'UtfNormalTest2.php' ),
157159 );
158160
159161 function setGenerateDeprecatedList( $bool = true ) {

Status & tagging log