summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorkrzaczek <pawel@freshmind.pl>2011-10-04 15:38:15 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-11-18 14:05:37 +0100
commita70c2b3cb9752507ea60d7b8d2bbcedad04feb14 (patch)
treebb7d79f26ecd87879ed1577032834982f50780e2 /apps/files_sharing
parent28cd41a2a43ce614199e1b966c1d424efd8b23dd (diff)
downloadnextcloud-server-a70c2b3cb9752507ea60d7b8d2bbcedad04feb14.tar.gz
nextcloud-server-a70c2b3cb9752507ea60d7b8d2bbcedad04feb14.zip
apps file_sharing
changed $RUNTIME_NOAPPS = true; to $RUNTIME_NOAPPS = false; in ajax/userautocomplete.php - to fetch users also from different user backends - not only database backend
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/ajax/userautocomplete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/userautocomplete.php b/apps/files_sharing/ajax/userautocomplete.php
index 21516c3d091..9d971fb62af 100644
--- a/apps/files_sharing/ajax/userautocomplete.php
+++ b/apps/files_sharing/ajax/userautocomplete.php
@@ -1,5 +1,5 @@
<?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');