r114319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114318‎ | r114319 | r114320 >
Date:22:32, 20 March 2012
Author:maxsem
Status:ok (Comments)
Tags:
Comment:
:facepalm:
Modified paths:
  • /trunk/extensions/MobileFrontend/api/ApiQueryExtracts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/api/ApiQueryExtracts.php
@@ -148,7 +148,6 @@
149149 $regexp = '/^(.*?)(?=<h[1-6]\b)/s';
150150 }
151151 if ( preg_match( $regexp, $text, $matches ) ) {
152 - wfDebugDieBacktrace();
153152 $text = $matches[0];
154153 }
155154 return $text;

Follow-up revisions

RevisionCommit summaryAuthorDate
r114320MFT r114319awjrichards22:34, 20 March 2012

Comments

#Comment by Reedy (talk | contribs)   22:33, 20 March 2012

Why didn't we implement a smily commit summary parser?

Status & tagging log