sforkowany z mirror/friendica
Possibly not so important change ;-)
rodzic
98415e0e34
commit
6879be5168
|
@ -2774,7 +2774,7 @@ class Diaspora
|
||||||
|
|
||||||
if (!$stored) {
|
if (!$stored) {
|
||||||
$server = "http://".substr($orig_author, strpos($orig_author, "@") + 1);
|
$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);
|
$stored = self::storeByGuid($guid, $server);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue