Index: trunk/tools/code-utils/check-vars.php |
— | — | @@ -1115,7 +1115,7 @@ |
1116 | 1116 | } |
1117 | 1117 | } |
1118 | 1118 | |
1119 | | -$cv->preloadFiles( array( $IP . '/includes/GlobalFunctions.php' ) ); |
| 1119 | +$cv->preloadFiles( array( "$IP/includes/GlobalFunctions.php", "$IP/includes/normal/UtfNormalUtil.php" ) ); |
1120 | 1120 | |
1121 | 1121 | foreach ( $argv as $arg ) { |
1122 | 1122 | if ( substr( $arg, 0, 2 ) == '-W' ) |