aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/filestore.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/filestore.php')
-rw-r--r--engine/lib/filestore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php
index d4a53f1c9..ab295e390 100644
--- a/engine/lib/filestore.php
+++ b/engine/lib/filestore.php
@@ -286,7 +286,7 @@
$fs = $this->getFilestore();
// Ensure that we save the file details to object store
- $this->save();
+ //$this->save();
// Open the file handle
$this->handle = $fs->open($this, $mode);