Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | closedir( $dir ); |
162 | 162 | |
163 | 163 | // Find the changed English strings (as these messages won't be updated in ANY language). |
164 | | - $changedEnglishStrings = self::compareFiles( $localdir . '/MessagesEn.php', $svndir . '/MessagesEn.php', $verbose, true ); |
| 164 | + $changedEnglishStrings = self::compareFiles( $localdir . '/MessagesEn.php', $svndir . '/MessagesEn.php', $verbose ); |
165 | 165 | |
166 | 166 | // Count the changes. |
167 | 167 | $changedCount = 0; |