r92456 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92455‎ | r92456 | r92457 >
Date:18:59, 18 July 2011
Author:neilk
Status:ok
Tags:
Comment:
removing xdebug call
Modified paths:
  • /trunk/phase3/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiUpload.php
@@ -147,7 +147,6 @@
148148 */
149149 function performStash() {
150150 try {
151 - xdebug_break();
152151 $fileKey = $this->mUpload->stashFile()->getFileKey();
153152 } catch ( MWException $e ) {
154153 $message = 'Stashing temporary file failed: ' . get_class( $e ) . ' ' . $e->getMessage();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92213properly handle the case where a file disappears during the uploadwizard process...raindrift23:01, 14 July 2011

Status & tagging log