Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-04-12 20:14:58 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-12 20:14:58 +0300
commit33b70c2d88796d251eb4bb9a6653b78f3de6397f (patch)
tree46472c16850e2cbe997e4089d7f3a6886460511b /service/searchmediaservice.php
parentbb773046f5eb7b0fdef1ef8e8fca3d3e02b5b5a9 (diff)
Allow the use of externally hosted shared folders via a config switch
Does not work yet because of a bug in core
Diffstat (limited to 'service/searchmediaservice.php')
-rw-r--r--service/searchmediaservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/searchmediaservice.php b/service/searchmediaservice.php
index f12c56ed..c4488895 100644
--- a/service/searchmediaservice.php
+++ b/service/searchmediaservice.php
@@ -43,7 +43,7 @@ class SearchMediaService extends FilesService {
*/
public function getMediaFiles($folder, $supportedMediaTypes, $features) {
$this->supportedMediaTypes = $supportedMediaTypes;
- //$this->features = $features;
+ $this->features = $features;
$this->searchFolder($folder);
return $this->images;