From fca19b8d1513c5e714c205d8270b60d9c7f3bcc6 Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 21 Apr 2008 14:33:11 +0000 Subject: Marcus Povey * No longer saves file automatically, this gives you the option as to how to handle files - either as proper objects or adhoc file handles which still use the filestore code. git-svn-id: https://code.elgg.org/elgg/trunk@502 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/filestore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3