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:
parent
28cd41a2a4
commit
a70c2b3cb9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
|
||||
|
|
Loading…
Reference in a new issue