]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Merge pull request #1703 from rabuzarus/readable_bytes
[friendica.git] / include / Contact.php
index 63393602567b291ea1209f9381b0ff5684d145ab..103dbe9addf31df4adc1496edca59bd6995d762f 100644 (file)
@@ -330,7 +330,8 @@ function get_contact($url, $uid = 0) {
 
                if (!$update_photo)
                        return($contactid);
-       }
+       } elseif ($uid != 0)
+               return 0;
 
        if (!count($data))
                $data = probe_url($url);