]> git.mxchange.org Git - friendica.git/commitdiff
Possibly not so important change ;-)
authorMichael <heluecht@pirati.ca>
Fri, 27 Apr 2018 14:21:12 +0000 (14:21 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 27 Apr 2018 14:21:12 +0000 (14:21 +0000)
src/Protocol/Diaspora.php

index 1de3b3df834e0bc56a3624d7a9f0f9003cae05af..61d1a586fa7603ee5af055d7e6961d76179cd001 100644 (file)
@@ -2774,7 +2774,7 @@ class Diaspora
 
                        if (!$stored) {
                                $server = "http://".substr($orig_author, strpos($orig_author, "@") + 1);
-                               logger("2nd try: reshared message ".$guid." will be fetched without SLL from the server ".$server);
+                               logger("2nd try: reshared message ".$guid." will be fetched without SSL from the server ".$server);
                                $stored = self::storeByGuid($guid, $server);
                        }