From 086adcd4a902fc1bbec128a9ee14690b2369ee64 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Fri, 30 Jan 2015 10:47:07 +0100 Subject: [PATCH] [fix] bad detection of favicon url --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index b65f85d5..56f3382b 100644 --- a/index.php +++ b/index.php @@ -2112,6 +2112,7 @@ function returnFavicon($url){ require_once 'inc/DataAccess.php'; require_once 'inc/Favicon.php'; $favicon = new \Favicon\Favicon(); + $favicon->cache(array('dir'=>'cache')); $urlOfFavicon = $favicon->get($url); if(!$urlOfFavicon){ if($GLOBALS['config']['ENABLE_LOCALCACHE'] === true){