Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Session.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/Zend/Session.php b/libs/Zend/Session.php
index 21451e0ffa..f097920613 100644
--- a/libs/Zend/Session.php
+++ b/libs/Zend/Session.php
@@ -478,13 +478,6 @@ class Zend_Session extends Zend_Session_Abstract
. " output started in {$filename}/{$linenum}");
}
- // See http://www.php.net/manual/en/ref.session.php for explanation
- if (!self::$_unitTestEnabled && defined('SID')) {
- /** @see Zend_Session_Exception */
- // require_once 'Zend/Session/Exception.php';
- throw new Zend_Session_Exception('session has already been started by session.auto-start or session_start()');
- }
-
/**
* Hack to throw exceptions on start instead of php errors
* @see http://framework.zend.com/issues/browse/ZF-1325