r94222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94221‎ | r94222 | r94223 >
Date:02:16, 11 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix r94220, kill debugging code
Modified paths:
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php
@@ -516,13 +516,8 @@
517517 }
518518 }
519519
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' );
527522
528523 // If both files are the same, they can be skipped.
529524 if ( $basehash == $comparehash && !$alwaysGetResult ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94220Trim whitespacereedy01:50, 11 August 2011

Status & tagging log