Possibly not so important change ;-)

This commit is contained in:
Michael 2018-04-27 14:21:12 +00:00
parent 98415e0e34
commit 6879be5168
1 changed files with 1 additions and 1 deletions

View 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);
}