Fix #85
This commit is contained in:
parent
3a8572da37
commit
90ec49b7ec
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user