diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:49:50 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:49:50 +0200 |
commit | 3fb91a74112c00457d549c79d6908acdd32651c5 (patch) | |
tree | 62a5592c88b59b64486cb0b37ba738fe4338e3f5 /search/ajax | |
parent | b44bc9f4b289eda95ec94321c9698f3ce1a700be (diff) | |
download | nextcloud-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.php | 2 |
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(); |