mirror of
https://github.com/friendica/friendica
synced 2025-05-12 03:44:10 +02:00
Add PortableContact constants
- Fix typo in mod/admin - Replace deprecated Logger::log calls
This commit is contained in:
parent
b912823ea9
commit
066ad8c01b
3 changed files with 18 additions and 14 deletions
|
@ -99,7 +99,7 @@ class DiscoverPoCo
|
|||
} elseif (($mode == 1) && ($search != "") && Config::get('system', 'poco_local_search')) {
|
||||
self::discoverDirectory($search);
|
||||
self::gsSearchUser($search);
|
||||
} elseif (($mode == 0) && ($search == "") && (Config::get('system', 'poco_discovery') > 0)) {
|
||||
} elseif (($mode == 0) && ($search == "") && (Config::get('system', 'poco_discovery') != PortableContact::DISABLED)) {
|
||||
// Query Friendica and Hubzilla servers for their users
|
||||
PortableContact::discover();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue