diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 17:42:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 17:42:41 +0100 |
commit | f9279ac77ac8f4541bd0237fd5126f10cb7798a1 (patch) | |
tree | 033bbf8081827de96ea77939f905a447df99e640 /search | |
parent | 96e6cb3db4a97a1397dc56d3d1c1a5131e45b972 (diff) | |
download | nextcloud-server-f9279ac77ac8f4541bd0237fd5126f10cb7798a1.tar.gz nextcloud-server-f9279ac77ac8f4541bd0237fd5126f10cb7798a1.zip |
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
Diffstat (limited to 'search')
-rw-r--r-- | search/ajax/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/search/ajax/search.php b/search/ajax/search.php index f0ca5752b9a..0cc1f9d30cd 100644 --- a/search/ajax/search.php +++ b/search/ajax/search.php @@ -23,7 +23,6 @@ // Check if we are a user OC_JSON::checkLoggedIn(); -OC_App::loadApps(); $query=(isset($_GET['query']))?$_GET['query']:''; if($query) { |