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
diff options
context:
space:
mode:
-rw-r--r--core/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Session.php b/core/Session.php
index a0e4a9bc57..a8efbf4441 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -146,6 +146,6 @@ class Session extends Zend_Session
public static function close()
{
- parent::writeClose($readonly);
+ parent::writeClose();
}
}