DFRN-Bugfix: Forums should work now

This commit is contained in:
Michael Vogel 2016-02-11 22:35:06 +01:00
parent 82ffd0f596
commit 4dad744c35
1 changed files with 4 additions and 4 deletions

View File

@ -2053,10 +2053,10 @@ class dfrn {
if (($item["network"] != $author["network"]) AND ($author["network"] != ""))
$item["network"] = $author["network"];
if($importer["rel"] == CONTACT_IS_FOLLOWER) {
logger("Contact ".$importer["id"]." is only follower. Quitting", LOGGER_DEBUG);
return;
}
//if($importer["rel"] == CONTACT_IS_FOLLOWER) {
// logger("Contact ".$importer["id"]." is only follower. Quitting", LOGGER_DEBUG);
// return;
//}
}
if ($entrytype == DFRN_REPLY_RC) {