Index: trunk/phase3/includes/api/ApiUpload.php |
— | — | @@ -44,7 +44,6 @@ |
45 | 45 | if ( !UploadBase::isEnabled() ) |
46 | 46 | $this->dieUsageMsg( array( 'uploaddisabled' ) ); |
47 | 47 | |
48 | | - $this->getMain()->isWriteMode(); |
49 | 48 | $this->mParams = $this->extractRequestParams(); |
50 | 49 | $request = $this->getMain()->getRequest(); |
51 | 50 | |