From: quix0r Date: Sat, 9 Mar 2013 16:29:28 +0000 (+0000) Subject: Support all extensions in link, too X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3749457759960b2d6fdb303fd16679d9d6792563;hp=d6426012f0d80e767d9aa95057055a4e75a3a18b;p=mailer.git Support all extensions in link, too --- 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