Index: branches/FileBackend/phase3/includes/api/ApiUpload.php |
— | — | @@ -490,7 +490,7 @@ |
491 | 491 | |
492 | 492 | if ( !$status->isGood() ) { |
493 | 493 | $error = $status->getErrorsArray(); |
494 | | -var_dump( $status ); |
| 494 | + |
495 | 495 | if ( count( $error ) == 1 && $error[0][0] == 'async' ) { |
496 | 496 | // The upload can not be performed right now, because the user |
497 | 497 | // requested so |