From: quix0r Date: Fri, 15 Feb 2013 15:42:18 +0000 (+0000) Subject: Why WDS66.com? :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8c23e94135f2b36a76a1389ff166978f39ed13b;p=mailer.git Why WDS66.com? :( --- diff --git a/inc/template-functions.php b/inc/template-functions.php index 7422b6e447..7003ffd1ea 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