https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114320

Revision: 114320
Author:   awjrichards
Date:     2012-03-20 22:34:20 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
MFT r114319

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php

Property Changed:
----------------
    branches/wmf/1.19wmf1/extensions/MobileFrontend/


Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/extensions/MobileFrontend:99727,114313,114315
   + /trunk/extensions/MobileFrontend:99727,114313,114315,114319

Modified: 
branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php    
2012-03-20 22:32:29 UTC (rev 114319)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php    
2012-03-20 22:34:20 UTC (rev 114320)
@@ -147,7 +147,6 @@
                        $regexp = '/^(.*?)(?=<h[1-6]\b)/s';
                }
                if ( preg_match( $regexp, $text, $matches ) ) {
-                       wfDebugDieBacktrace();
                        $text = $matches[0];
                }
                return $text;


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to