New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / what-config_cache.php
index 53c70e73829777a8595142cdc0fb3882a57b47a4..d271c05deb616273771a967f8acfba0f4e29792e 100644 (file)
@@ -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'))) {