From 98d90b08dd25d9bf8d0439bae268a8cfd75b8d67 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 5 May 2014 17:35:39 +1200 Subject: fix typo --- core/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Session.php') 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(); } } -- cgit v1.2.3