aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-10 12:22:09 +0100
committerMario Vavti <mario@mariovavti.com>2018-11-10 12:22:09 +0100
commit750d6f4be93a6b638d55cba8d9f22d4b93a83fce (patch)
tree04374432514b1259a0e045588ded09ff346e03e3 /include/network.php
parentfc5dc9717a707438de91b3c42a1edc3a39aa6022 (diff)
parentc6e14a696e7942c26319b57f197826018b427002 (diff)
downloadvolse-hubzilla-750d6f4be93a6b638d55cba8d9f22d4b93a83fce.tar.gz
volse-hubzilla-750d6f4be93a6b638d55cba8d9f22d4b93a83fce.tar.bz2
volse-hubzilla-750d6f4be93a6b638d55cba8d9f22d4b93a83fce.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php
index baa8ec40d..d37da05f7 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1963,7 +1963,6 @@ function scrape_vcard($url) {
}
}
- $ret['photo'] = (filter_var($ret['photo'], FILTER_VALIDATE_URL) ? $ret['photo'] : substr($ret['url'], 0, -1) . $ret['photo']);
return $ret;
}