From: Mark A. Hershberger Date: Thu, 11 Nov 2010 04:50:24 +0000 (+0000) Subject: fixes Bug 25812 X-Git-Tag: 1.31.0-rc.0~33934 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=5d068f84656863bd505ea4e28e448e6b3ec478e4;p=lhc%2Fweb%2Fwiklou.git fixes Bug 25812 --- diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index 15e32887a0..fe5a30d7bb 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -44,10 +44,6 @@ class UploadStash { $this->repo = $repo; - if ( ! isset( $_SESSION ) ) { - throw new UploadStashNotAvailableException( 'no session variable' ); - } - if ( !isset( $_SESSION[UploadBase::SESSION_KEYNAME] ) ) { $_SESSION[UploadBase::SESSION_KEYNAME] = array(); }