Index: trunk/tools/code-utils/check-vars.php |
— | — | @@ -232,8 +232,8 @@ |
233 | 233 | '$col' => array( 'UtfNormalTest2.php' ), |
234 | 234 | '$lineNo' => array( 'UtfNormalTest2.php' ), |
235 | 235 | '$cliUpgrade' => array( 'CliInstaller.php' ), |
236 | | - '$mediaWiki' => array( 'index.php' ), |
237 | | - '$wgArticle' => array( 'index.php' ), |
| 236 | + '$wgArticle' => array( 'Wiki.php' ), |
| 237 | + '$wgConfiguration' => array( 'Conf.php' ), # It's just an experiment for now |
238 | 238 | ); |
239 | 239 | |
240 | 240 | function setGenerateDeprecatedList( $bool = true ) { |