diff options
Diffstat (limited to 'lib/search/provider.php')
-rw-r--r-- | lib/search/provider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/search/provider.php b/lib/search/provider.php index f0e0ba85249..cceed8b04a3 100644 --- a/lib/search/provider.php +++ b/lib/search/provider.php @@ -4,7 +4,7 @@ */ abstract class OC_Search_Provider{ public function __construct(){ - OC_SEARCH::registerProvider($this); + OC_Search::registerProvider($this); } /** |