From 90ec49b7ec838bceb71a4b14f085e4faea87a687 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 28 Oct 2013 16:53:18 +0300 Subject: [PATCH] Fix #85 --- ajax/sessionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/sessionController.php b/ajax/sessionController.php index d72a4954..fcb3db45 100644 --- a/ajax/sessionController.php +++ b/ajax/sessionController.php @@ -92,7 +92,7 @@ class SessionController extends Controller{ if ($view->file_put_contents($path, $content)){ //Document saved successfully. Cleaning session data // temporary workaround for https://github.com/owncloud/documents/issues/63 - //Db_Session::cleanUp($esId); + Db_Session::cleanUp($esId); $view->touch($path); } \OCP\JSON::success();