Remove internalhttpsession from ApiUpload; remnant from reverted feature.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 12 Mar 2010 19:20:01 +0000 (19:20 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 12 Mar 2010 19:20:01 +0000 (19:20 +0000)
includes/api/ApiUpload.php

index e49cc96..7f0d857 100644 (file)
@@ -260,10 +260,6 @@ class ApiUpload extends ApiBase {
                        'url' => null,
                        'sessionkey' => null,
                );
-
-               if ( $this->getMain()->isInternalMode() ) {
-                       $params['internalhttpsession'] = null;
-               }
                return $params;
        }