summaryrefslogtreecommitdiffstats
path: root/search/ajax
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-18 17:49:50 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-18 17:49:50 +0200
commit3fb91a74112c00457d549c79d6908acdd32651c5 (patch)
tree62a5592c88b59b64486cb0b37ba738fe4338e3f5 /search/ajax
parentb44bc9f4b289eda95ec94321c9698f3ce1a700be (diff)
downloadnextcloud-server-3fb91a74112c00457d549c79d6908acdd32651c5.tar.gz
nextcloud-server-3fb91a74112c00457d549c79d6908acdd32651c5.zip
restore require once command for non app files
Diffstat (limited to 'search/ajax')
-rw-r--r--search/ajax/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/ajax/search.php b/search/ajax/search.php
index 8f89256b827..326724d60c4 100644
--- a/search/ajax/search.php
+++ b/search/ajax/search.php
@@ -23,7 +23,7 @@
// Init owncloud
-
+require_once('../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();