stupid typo

This commit is contained in:
fabrixxm 2013-07-08 14:21:49 +02:00
parent cd35beb947
commit c9604b776c
1 changed files with 1 additions and 1 deletions

View File

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