From: fabrixxm Date: Mon, 8 Jul 2013 12:21:49 +0000 (+0200) Subject: stupid typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9604b776c362a8c4d98b430eeec3d7c266a04ef;p=friendica.git stupid typo --- diff --git a/include/diaspora.php b/include/diaspora.php index 89b7e26cfd..4f1eb22234 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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; }