X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=9c4c1c119b9290fd62e765e841822b21ea483d4b;hp=516143a4290d0f30210e7486eb26e2b85cc6a645;hb=f13b0c89b6dce2dc31ef3c58f0e2ad4821d7bee8;hpb=3c4fbc22e3c04348734182d4d29bfef7eb050aa6 diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index 516143a429..9c4c1c119b 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -310,9 +310,9 @@ case "register": // Register new extension // Do we need to update cache file? if ((EXT_IS_ACTIVE("cache")) && ($cacheMode != "no")) { // Remove cache file (will be auto-created again!) - if ($cacheInstance->cache_file("config" , true)) $cacheInstance->cache_destroy(); + if ($cacheInstance->cache_file("config")) $cacheInstance->cache_destroy(); if ($cacheInstance->cache_file("extensions", true)) $cacheInstance->cache_destroy(); - if ($cacheInstance->cache_file("mod_reg" , true)) $cacheInstance->cache_destroy(); + if ($cacheInstance->cache_file("mod_reg")) $cacheInstance->cache_destroy(); } // END - if } elseif (GET_EXT_VERSION($ext_name) != "") { // Motify the admin that we have a problem here...