diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-03-02 18:42:04 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-03-02 18:42:57 +0100 |
commit | e8afe4f1588ad5697b8ef6627417dfeb4a6c0573 (patch) | |
tree | 594b6aa8ff154866c6371d30963c401cb11625d1 /lib/filestorage/commontest.php | |
parent | 4daedda35a3a8cffb283e47b37e66f5b0524cbd8 (diff) | |
download | nextcloud-server-e8afe4f1588ad5697b8ef6627417dfeb4a6c0573.tar.gz nextcloud-server-e8afe4f1588ad5697b8ef6627417dfeb4a6c0573.zip |
add search implementation to filestorage common
Diffstat (limited to 'lib/filestorage/commontest.php')
-rw-r--r-- | lib/filestorage/commontest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/filestorage/commontest.php b/lib/filestorage/commontest.php index 512e7c1b66d..1b01ff856a3 100644 --- a/lib/filestorage/commontest.php +++ b/lib/filestorage/commontest.php @@ -69,9 +69,6 @@ class OC_Filestorage_CommonTest extends OC_Filestorage_Common{ public function free_space($path){ return $this->storage->free_space($path); } - public function search($query){ - return $this->storage->search($query); - } public function touch($path, $mtime=null){ return $this->storage->touch($path,$mtime); } |