]> source.dussan.org Git - nextcloud-server.git/commitdiff
apps file_sharing
authorkrzaczek <pawel@freshmind.pl>
Tue, 4 Oct 2011 13:38:15 +0000 (15:38 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Fri, 18 Nov 2011 13:05:37 +0000 (14:05 +0100)
 changed
 $RUNTIME_NOAPPS = true;
to
 $RUNTIME_NOAPPS = false;

in ajax/userautocomplete.php - to fetch users also from different user
backends - not only database backend

apps/files_sharing/ajax/userautocomplete.php

index 21516c3d091a4bedd1f2c74186f4de6fb519f08c..9d971fb62af7546c685c9c3352dce0754d12d05c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
 
 require_once('../../../lib/base.php');