From 58c216d0e8ea4bb6d72ac3382b67a7f4b02f3ed1 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 10 Mar 2014 14:39:27 +0100 Subject: close the session on all file operations --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index 44ca421328b..a0447f97f19 100644 --- a/cron.php +++ b/cron.php @@ -48,7 +48,7 @@ try { require_once 'lib/base.php'; - session_write_close(); + \OC::$session->close(); $logger = \OC_Log::$object; -- cgit v1.2.3