r114320 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114319‎ | r114320 | r114321 >
Date:22:34, 20 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php
@@ -147,7 +147,6 @@
148148 $regexp = '/^(.*?)(?=<h[1-6]\b)/s';
149149 }
150150 if ( preg_match( $regexp, $text, $matches ) ) {
151 - wfDebugDieBacktrace();
152151 $text = $matches[0];
153152 }
154153 return $text;
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
155154 Merged /trunk/extensions/MobileFrontend:r114319

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114319:facepalm:maxsem22:32, 20 March 2012

Status & tagging log