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 15 years ago committed by Robin Appelman
parent 28cd41a2a4
commit a70c2b3cb9
  1. 2
      apps/files_sharing/ajax/userautocomplete.php

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

Loading…
Cancel
Save