1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-06-22 05:04:41 +02:00

Fix critical mistake preventing profile to be added to queue

This commit is contained in:
Hypolite Petovan 2018-11-13 22:00:29 -05:00
parent 2cabe10fa3
commit 27c5c14ed7

View file

@ -31,7 +31,7 @@ class ProfilePollQueue extends \Friendica\Directory\Model
return self::MISSING_HOST;
}
if (Network::isPublicHost($host)) {
if (!Network::isPublicHost($host)) {
return self::PRIVATE_HOST;
}