mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user