From ebf8a2b06b2a7361e92cf4816741c7460f2eed82 Mon Sep 17 00:00:00 2001 From: Aram HARUTYUNYAN Date: Thu, 19 Sep 2013 08:20:50 +0000 Subject: [PATCH] Issue #0001653: Temporary commenting worldcheck cache --- application/controllers/WorldcheckController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/WorldcheckController.php b/application/controllers/WorldcheckController.php index 42bd3d1a9..a21812240 100644 --- a/application/controllers/WorldcheckController.php +++ b/application/controllers/WorldcheckController.php @@ -91,12 +91,12 @@ class WorldcheckController extends Zend_Controller_Action $cacheConfig = $configWC->worldcheck->toArray(); - $frontendOptions = array( + /*$frontendOptions = array( 'lifetime' => $cacheConfig['cachedir']['lifetime'], 'automatic_serialization' => true ); $backendOptions = array('cache_dir' => $cacheConfig['cachedir']['path'].$cacheConfig['cachedir']['name']); - $cache = Zend_Cache::factory('Output','File',$frontendOptions,$backendOptions); + $cache = Zend_Cache::factory('Output','File',$frontendOptions,$backendOptions);*/ //paginate results list Zend_View_Helper_PaginationControl::setDefaultViewPartial('worldcheck/controls.phtml');