diff --git a/code/web/private_php/ams/autoload/helpers.php b/code/web/private_php/ams/autoload/helpers.php index a66511820..0ebc6d8fc 100644 --- a/code/web/private_php/ams/autoload/helpers.php +++ b/code/web/private_php/ams/autoload/helpers.php @@ -43,9 +43,9 @@ class Helpers { if (function_exists('apc_cache_info')) { // production - $smarty->caching = true; - $smarty->setCachingType("apc"); - $smarty->compile_check = false; + //$smarty->caching = true; + //$smarty->setCachingType("apc"); + //$smarty->compile_check = false; } // needed by smarty.