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
1 changed files with 1 additions and 1 deletions

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;
}