diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-11-10 12:22:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-11-10 12:22:09 +0100 |
commit | 750d6f4be93a6b638d55cba8d9f22d4b93a83fce (patch) | |
tree | 04374432514b1259a0e045588ded09ff346e03e3 /include/network.php | |
parent | fc5dc9717a707438de91b3c42a1edc3a39aa6022 (diff) | |
parent | c6e14a696e7942c26319b57f197826018b427002 (diff) | |
download | volse-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.php | 1 |
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; } |