Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-06 01:28:59 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-06 01:28:59 +0400
commitebb28412ca47889019aa4c0f278fe3b9097996f8 (patch)
treecdb3f96d96d2076b2f7f1c32ad0d382f72ee3742 /search
parentdaf41885e5481b80b15b4b2987f071608b7ad235 (diff)
no more require_once()
Diffstat (limited to 'search')
-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 95ddfedf8ba..b524993d24f 100644
--- a/search/ajax/search.php
+++ b/search/ajax/search.php
@@ -23,7 +23,7 @@
// Init owncloud
-require_once('../../lib/base.php');
+require_once '../../lib/base.php';
// Check if we are a user
OC_JSON::checkLoggedIn();