Possibly not so important change ;-)

2022.09-rc
Michael 2018-04-27 14:21:12 +00:00
rodzic 98415e0e34
commit 6879be5168
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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