From b5e396d81912f97a5752b4a4e61ae08f7c1efbd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 9 Mar 2013 16:29:28 +0000 Subject: [PATCH] Support all extensions in link, too --- inc/template-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template-functions.php b/inc/template-functions.php index 1f891af2e1..4b6420a59f 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -2353,7 +2353,7 @@ function doTemplateMetaFavIcon ($templateName, $clear = FALSE) { // Is the file there? if (isFileReadable(getPath() . 'favicon.' . $extension)) { // Then use this and abort - $out = ''; + $out = ''; break; } // END - if } // END - while -- 2.30.2