Option to discover contacts from remote users (fallback option)

This commit is contained in:
Michael Vogel 2015-07-19 09:41:36 +02:00
parent e47c65eb13
commit 2a5fb7b175
4 changed files with 64 additions and 15 deletions

View file

@ -57,7 +57,7 @@ function discover_poco_run(&$argv, &$argc){
logger('start');
if (get_config('system','poco_discovery'))
if (get_config('system','poco_discovery') > 0)
poco_discover();
logger('end');