DFRN-Bugfix: Forums should work now
This commit is contained in:
parent
82ffd0f596
commit
4dad744c35
|
@ -2053,10 +2053,10 @@ class dfrn {
|
||||||
if (($item["network"] != $author["network"]) AND ($author["network"] != ""))
|
if (($item["network"] != $author["network"]) AND ($author["network"] != ""))
|
||||||
$item["network"] = $author["network"];
|
$item["network"] = $author["network"];
|
||||||
|
|
||||||
if($importer["rel"] == CONTACT_IS_FOLLOWER) {
|
//if($importer["rel"] == CONTACT_IS_FOLLOWER) {
|
||||||
logger("Contact ".$importer["id"]." is only follower. Quitting", LOGGER_DEBUG);
|
// logger("Contact ".$importer["id"]." is only follower. Quitting", LOGGER_DEBUG);
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($entrytype == DFRN_REPLY_RC) {
|
if ($entrytype == DFRN_REPLY_RC) {
|
||||||
|
|
Loading…
Reference in a new issue