diff options
| author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-21 14:33:11 +0000 | 
|---|---|---|
| committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-21 14:33:11 +0000 | 
| commit | fca19b8d1513c5e714c205d8270b60d9c7f3bcc6 (patch) | |
| tree | 252d016d0d0065fd1bbd4197b7812b7da9bb6533 /engine | |
| parent | 3b3c733cab12d2f87fc6cf5a2fd5693cf8b3fda8 (diff) | |
| download | elgg-fca19b8d1513c5e714c205d8270b60d9c7f3bcc6.tar.gz elgg-fca19b8d1513c5e714c205d8270b60d9c7f3bcc6.tar.bz2  | |
Marcus Povey <marcus@dushka.co.uk>
* 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
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/filestore.php | 2 | 
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);  | 
