From: Bryan Tong Minh Date: Fri, 12 Mar 2010 19:20:01 +0000 (+0000) Subject: Remove internalhttpsession from ApiUpload; remnant from reverted feature. X-Git-Tag: 1.31.0-rc.0~37479 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=30a062321afb63a2a3dfc1a67a7c1e5cbd70e369;p=lhc%2Fweb%2Fwiklou.git Remove internalhttpsession from ApiUpload; remnant from reverted feature. --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index e49cc9640d..7f0d857c1c 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -260,10 +260,6 @@ class ApiUpload extends ApiBase { 'url' => null, 'sessionkey' => null, ); - - if ( $this->getMain()->isInternalMode() ) { - $params['internalhttpsession'] = null; - } return $params; }