diff options
| author | 2017-04-23 14:24:12 +0200 | |
|---|---|---|
| committer | 2017-04-23 14:24:12 +0200 | |
| commit | 8f6837b3869eafafef373d9a207566cb484219ed (patch) | |
| tree | b697d087e5508f769215b1649227e100a2be1e45 /lib/favicons.php | |
| parent | 82b15936e120cb2dfa98af56efa23ed30a4c3b17 (diff) | |
Favicon minor
Diffstat (limited to 'lib/favicons.php')
| -rw-r--r-- | lib/favicons.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/favicons.php b/lib/favicons.php index cc6e54374..de993ec8a 100644 --- a/lib/favicons.php +++ b/lib/favicons.php @@ -44,7 +44,7 @@ function downloadHttp(&$url, $curlOptions = array()) { $info = curl_getinfo($ch); curl_close($ch); if (!empty($info['url']) && (filter_var($info['url'], FILTER_VALIDATE_URL) !== false)) { - $url = $info['url']; + $url = $info['url']; //Possible redirect } return $info['http_code'] == 200 ? $response : ''; } |
