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:
krzaczek 2011-10-04 15:38:15 +02:00 committed by Robin Appelman
parent 28cd41a2a4
commit a70c2b3cb9

View file

@ -1,5 +1,5 @@
<?php
$RUNTIME_NOAPPS = true;
//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');