diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-03-01 22:58:44 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-03-01 22:59:35 +0100 |
commit | d1dcd7893cb878263b8179bab16d101036c57a88 (patch) | |
tree | c2759b3d1a862fed99144d79907d9b9628671d90 /lib/base.php | |
parent | 8c7b13db7011c8be986e9e525ca392bb13375432 (diff) | |
download | nextcloud-server-d1dcd7893cb878263b8179bab16d101036c57a88.tar.gz nextcloud-server-d1dcd7893cb878263b8179bab16d101036c57a88.zip |
Search: Change provider registration to class name, for lazy loading of search providers
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php index ee79f08eb22..336ff9fa231 100644 --- a/lib/base.php +++ b/lib/base.php @@ -350,6 +350,3 @@ if(!function_exists('get_temp_dir')) { } OC::init(); - -// FROM search.php -new OC_Search_Provider_File(); |