From 3749457759960b2d6fdb303fd16679d9d6792563 Mon Sep 17 00:00:00 2001 From: quix0r 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.39.2