Fix critical mistake preventing profile to be added to queue
This commit is contained in:
parent
2cabe10fa3
commit
27c5c14ed7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue