]> git.mxchange.org Git - friendica.git/commitdiff
DFRN-Bugfix: Forums should work now
authorMichael Vogel <icarus@dabo.de>
Thu, 11 Feb 2016 21:35:06 +0000 (22:35 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 11 Feb 2016 21:35:06 +0000 (22:35 +0100)
include/dfrn.php

index 6fa47af0524d38763b0b9fd4cebf1a831c0956bb..1cfa42a6b3f76100e78d3b2953fdcd5ebabec80a 100644 (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) {