Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from radiocity/patch-1
Browse files Browse the repository at this point in the history
Update uploader.php
  • Loading branch information
sunhater committed Feb 2, 2014
2 parents 6267051 + b65f896 commit d829773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function __construct() {
ini_set('session.cookie_domain', $_CONFIG['_sessionDomain']);
switch ($this->cms) {
case "drupal": break;
default: session_start(); break;
default: if (!session_id()) session_start(); break;
}

// RELOAD DEFAULT CONFIGURATION
Expand Down Expand Up @@ -725,4 +725,4 @@ protected function get_htaccess() {
}
}

?>
?>

0 comments on commit d829773

Please sign in to comment.