From ca82dc5adbd2d0a96c8b43eb12ab88a6abf1ad50 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 5 Sep 2011 19:58:11 +0000 Subject: Improved memcache connection procedure from release-0.6; use call_user_func to trigger session gc handlers git-svn-id: https://svn.roundcube.net/trunk@5177 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_session.php') diff --git a/roundcubemail/program/include/rcube_session.php b/roundcubemail/program/include/rcube_session.php index 0a67480b0..3986c8983 100644 --- a/roundcubemail/program/include/rcube_session.php +++ b/roundcubemail/program/include/rcube_session.php @@ -314,7 +314,7 @@ class rcube_session public function gc() { foreach ($this->gc_handlers as $fct) - $fct(); + call_user_func($fct); } -- cgit v1.2.3