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