Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-03-21 23:23:31 +0400
committerkondou <kondou@ts.unde.re>2014-03-21 23:23:31 +0400
commitdda7129a243c7ebdbcdf9c2b5dbf167542402bc2 (patch)
treed03dff6783ebabb6273a19ed59a6b9b3731e923e /cron.php
parent556c6eca2397eaa03c4503822d647c8b6cb5e70e (diff)
parent4be0b3f6cce540282c6745d6bf3d2a0fa4ac65b4 (diff)
Merge branch 'master' of https://github.com/owncloud/core into last_cron_log
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index f8bc78ee8e2..05d47124da0 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;