http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94222

Revision: 94222
Author:   reedy
Date:     2011-08-11 02:16:25 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
Fix r94220, kill debugging code

Modified Paths:
--------------
    trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php

Modified: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php
===================================================================
--- trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php    
2011-08-11 02:12:18 UTC (rev 94221)
+++ trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php    
2011-08-11 02:16:25 UTC (rev 94222)
@@ -516,13 +516,8 @@
                        }
                }
 
-               try {
-                               // Get the real array.
-                               $compare_messages = self::parsePHP( 
$comparefilecontents, 'compare_messages' );
-               } catch (Exception $ex) {
-               var_dump( $basefile, $comparefile );
-               die();
-               }
+               // Get the real array.
+               $compare_messages = self::parsePHP( $comparefilecontents, 
'compare_messages' );
 
                // If both files are the same, they can be skipped.
                if ( $basehash == $comparehash && !$alwaysGetResult ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to