summaryrefslogtreecommitdiffstats
path: root/lib/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/search.php')
-rw-r--r--lib/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/search.php b/lib/search.php
index cb5e5eee78b..f6f805bfe65 100644
--- a/lib/search.php
+++ b/lib/search.php
@@ -24,7 +24,7 @@
/**
* provides an interface to all search providers
*/
-class OC_SEARCH{
+class OC_Search{
static private $providers=array();
/**