]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Merge pull request #11956 from annando/issue-11952
[friendica.git] / src / Protocol / Diaspora.php
index 4a1779d8195d15a9938e870558c9c18e24c2dace..781ae57a36796493c9d739201c543211b79e938a 100644 (file)
@@ -4134,7 +4134,7 @@ class Diaspora
                }
 
                if (!self::parentSupportDiaspora($item['thr-parent-id'])) {
-                       Logger::info('One of the parents does not support. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
+                       Logger::info('One of the parents does not support Diaspora. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
                        return false;
                }