Remove old/deprecated $this->getMain()->isWriteMode(); from ApiUpload
authorSam Reed <reedy@users.mediawiki.org>
Thu, 11 Feb 2010 22:25:31 +0000 (22:25 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 11 Feb 2010 22:25:31 +0000 (22:25 +0000)
includes/api/ApiUpload.php

index b426262..b83c7c7 100644 (file)
@@ -44,7 +44,6 @@ class ApiUpload extends ApiBase {
                if ( !UploadBase::isEnabled() )
                        $this->dieUsageMsg( array( 'uploaddisabled' ) );
 
-               $this->getMain()->isWriteMode();
                $this->mParams = $this->extractRequestParams();
                $request = $this->getMain()->getRequest();