More fixes applied from profi-conecpt, cache system rewritten: now all cache files...
[mailer.git] / inc / modules / admin / admin-inc.php
index 9b745c7f3adf2b79909cf23337582932873518e5..970dd69ff5ef87e460c4a93bc1f47ab8bf20ea4a 100644 (file)
@@ -389,7 +389,7 @@ function ADD_ADMIN_MENU($act, $wht, $return=false) {
                $cacheName = "admin_".$act."_".$wht."_".GET_LANGUAGE()."_".strtolower(get_session('admin_login'));
 
                // Is that cache there?
-               if ($cacheInstance->cache_file($cacheName, true)) {
+               if ($cacheInstance->cache_file($cacheName)) {
                        // Then load it
                        $data = $cacheInstance->cache_load();