diff options
Diffstat (limited to 'files/ajax/autocomplete.php')
-rw-r--r-- | files/ajax/autocomplete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/autocomplete.php b/files/ajax/autocomplete.php index 8d7a5b482bd..8cdb6188a02 100644 --- a/files/ajax/autocomplete.php +++ b/files/ajax/autocomplete.php @@ -3,7 +3,7 @@ // Init owncloud -require_once('../../lib/base.php'); + OC_JSON::checkLoggedIn(); |