]> git.mxchange.org Git - friendica.git/commitdiff
stupid typo
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 8 Jul 2013 12:21:49 +0000 (14:21 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 8 Jul 2013 12:21:49 +0000 (14:21 +0200)
include/diaspora.php

index 89b7e26cfda0e942dea2b49b032bd6d8bdb0d486..4f1eb22234dae9d12f6f36349c4e35da6eb5afb5 100755 (executable)
@@ -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;
        }