X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ftemplate-functions.php;h=4b6420a59f013706ed0e545a6329842f5762200a;hp=1f891af2e18f5398d6b50ece9641bb028f11abea;hb=b5e396d81912f97a5752b4a4e61ae08f7c1efbd5;hpb=f2b603aed42bfdf7a94611d7bae71fe3a1048890 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