Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -516,13 +516,8 @@ |
517 | 517 | } |
518 | 518 | } |
519 | 519 | |
520 | | - try { |
521 | | - // Get the real array. |
522 | | - $compare_messages = self::parsePHP( $comparefilecontents, 'compare_messages' ); |
523 | | - } catch (Exception $ex) { |
524 | | - var_dump( $basefile, $comparefile ); |
525 | | - die(); |
526 | | - } |
| 520 | + // Get the real array. |
| 521 | + $compare_messages = self::parsePHP( $comparefilecontents, 'compare_messages' ); |
527 | 522 | |
528 | 523 | // If both files are the same, they can be skipped. |
529 | 524 | if ( $basehash == $comparehash && !$alwaysGetResult ) { |