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:
authormattab <matthieu.aubry@gmail.com>2014-05-05 09:35:39 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 09:35:39 +0400
commit98d90b08dd25d9bf8d0439bae268a8cfd75b8d67 (patch)
treeba19ae1c4194c2bce4331cc7fe0a3bb152c484e9 /core/Session.php
parent45773dd9e112f0604d30c1d718c3ae1d3db4dc0d (diff)
fix typo
Diffstat (limited to 'core/Session.php')
-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();
}
}