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
remotes/origin/stable
krzaczek 2011-10-04 15:38:15 +07:00 committed by Robin Appelman
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');