diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-10 09:52:01 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-10 09:52:33 +0200 |
commit | 0838b4c22597156dba8744a7d5de99043fe539d4 (patch) | |
tree | c93b72ae8c7aafa0ba184c5cf73fccdfdcbf2adc /apps | |
parent | 3947aa3ef7320805545e5339c605cf8cb81475dd (diff) | |
download | nextcloud-server-0838b4c22597156dba8744a7d5de99043fe539d4.tar.gz nextcloud-server-0838b4c22597156dba8744a7d5de99043fe539d4.zip |
gallery: removing search provider for now
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gallery/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/app.php b/apps/gallery/appinfo/app.php index 2aa6a9e8f92..e3a8dbd588b 100644 --- a/apps/gallery/appinfo/app.php +++ b/apps/gallery/appinfo/app.php @@ -50,6 +50,6 @@ class OC_GallerySearchProvider extends OC_Search_Provider{ } } -OC_Search::registerProvider('OC_GallerySearchProvider'); +//OC_Search::registerProvider('OC_GallerySearchProvider'); require_once('apps/gallery/lib/hooks_handlers.php'); |