X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_cache.php;h=d271c05deb616273771a967f8acfba0f4e29792e;hp=53c70e73829777a8595142cdc0fb3882a57b47a4;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hpb=aea4f2a51ffa6f483056c6ce167c8c6fd8ca6129;ds=sidebyside diff --git a/inc/modules/admin/what-config_cache.php b/inc/modules/admin/what-config_cache.php index 53c70e7382..d271c05deb 100644 --- a/inc/modules/admin/what-config_cache.php +++ b/inc/modules/admin/what-config_cache.php @@ -47,12 +47,12 @@ ADD_DESCR('admin', __FILE__); if (IS_FORM_SENT()) { // Cache path has been not changed by default so don't test it again - REQUEST_SET_POST('cache_tested', "N"); + REQUEST_SET_POST('cache_tested', 'N'); // Check if path has been changed if (REQUEST_POST('cache_path') != getConfig('cache_path')) { // Okay, cache path has been altered so we have to test it again! - REQUEST_SET_POST('cache_tested', "Y"); + REQUEST_SET_POST('cache_tested', 'Y'); } if ((REQUEST_POST('cache_admins') == 'N') && ($GLOBALS['cache_instance']->loadCacheFile('admins'))) {