]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Check for last-activity value before feeding it to strtotime in Module\NoScrape
[friendica.git] / src / Protocol / Diaspora.php
index e5194ba3d0d4d3c23acb6812ccb8b2a02337c0be..fe5b27d334f313d0b1817ac1bafb46e09b925113 100644 (file)
@@ -4041,7 +4041,6 @@ class Diaspora
 
                if (!self::parentSupportDiaspora($item['thr-parent-id'])) {
                        Logger::info('One of the parents does not support Diaspora. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
-                       echo "5";
                        return false;
                }