mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
stupid typo
This commit is contained in:
parent
cd35beb947
commit
c9604b776c
1 changed files with 1 additions and 1 deletions
|
@ -2119,7 +2119,7 @@ function diaspora_profile($importer,$xml,$msg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if( preg_match("|^https?://|", $url1) === 0) {
|
if( preg_match("|^https?://|", $image_url) === 0) {
|
||||||
$image_url = "http://" . $handle_parts[1] . $image_url;
|
$image_url = "http://" . $handle_parts[1] . $image_url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue