diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-07-27 20:04:42 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-07-27 20:04:42 +0200 |
commit | e69079f9354464d21f31ae8b6d9e47988ba22fb4 (patch) | |
tree | 22105ccb68225d1fdcf0b111b8d0a298768c6afb /lib/filestorage.php | |
parent | 924100dd8cfb668d689d83ad2eba2e54907f0f63 (diff) | |
download | nextcloud-server-e69079f9354464d21f31ae8b6d9e47988ba22fb4.tar.gz nextcloud-server-e69079f9354464d21f31ae8b6d9e47988ba22fb4.zip |
Further improvements
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 46612687a92..ada85f1a50d 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -59,6 +59,4 @@ class OC_FILESTORAGE{ public function getLocalFile($path){}// get a path to a local version of the file, whether the original file is local or remote } - -OC_FILESYSTEM::registerStorageType('local','OC_FILESTORAGE_LOCAL',array('datadir'=>'string')); ?>
\ No newline at end of file |