From ed99245810fce469b30c946e7fc405887c2a5b61 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 23 Apr 2017 18:23:37 +0200 Subject: Minor favicon text https://github.com/FreshRSS/FreshRSS/pull/1505 https://github.com/FreshRSS/FreshRSS/pull/1504 --- lib/favicons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/favicons.php') diff --git a/lib/favicons.php b/lib/favicons.php index 62a21a246..48f7c9fda 100644 --- a/lib/favicons.php +++ b/lib/favicons.php @@ -4,7 +4,7 @@ $default_favicon = PUBLIC_PATH . '/themes/icons/default_favicon.ico'; function isImgMime($content) { //Based on https://github.com/ArthurHoaro/favicon/blob/3a4f93da9bb24915b21771eb7873a21bde26f5d1/src/Favicon/Favicon.php#L311-L319 - if($content == '') { + if ($content == '') { return false; } if (!extension_loaded('fileinfo')) { -- cgit v1.2.3