From: Roland Häder 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=ba69a4633825777ad8e257f776ab30c96e3d8ae8;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