From 0838b4c22597156dba8744a7d5de99043fe539d4 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Sun, 10 Jun 2012 09:52:01 +0200 Subject: [PATCH] gallery: removing search provider for now --- apps/gallery/appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5