summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/autocomplete.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/ajax/autocomplete.php')
-rw-r--r--apps/files/ajax/autocomplete.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/ajax/autocomplete.php b/apps/files/ajax/autocomplete.php
index 7ff34da96b3..e504bb24bf8 100644
--- a/apps/files/ajax/autocomplete.php
+++ b/apps/files/ajax/autocomplete.php
@@ -52,5 +52,3 @@ if(OC_Filesystem::file_exists($base) and OC_Filesystem::is_dir($base)){
}
}
OCP\JSON::encodedPrint($files);
-
-?>