X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_check.php;h=33a1ed803a11d885c689dbd86faa0e8664c8326e;hb=b6a10f5ccfe2ff6e9e5c43f42e33966ae25ffbaa;hp=082e8fdc1835ae8d0f04cf87fee594764453c71a;hpb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;p=mailer.git diff --git a/inc/modules/admin/what-theme_check.php b/inc/modules/admin/what-theme_check.php index 082e8fdc18..33a1ed803a 100644 --- a/inc/modules/admin/what-theme_check.php +++ b/inc/modules/admin/what-theme_check.php @@ -1,7 +1,7 @@ array(), // File names @@ -69,7 +69,7 @@ if (($response[count($response) - 1] == "[EOF]") && ($response[0] != "[EOF]")) { $value = str_replace("\n", '', $value); $ver = ''; // Leave loop when data is invalid or EOF? - if ((substr($value, 0, 6) == "theme-") && (substr($value, -4) == ".zip")) { + if ((substr($value, 0, 6) == 'theme-') && (substr($value, -4) == '.zip')) { // Extract name and version $name = substr($value, 6, -4); $ver = trim(substr($response[$idx + 3], 4));