Subversion Repositories SmartDukaan

Rev

Rev 10721 | Rev 10816 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10721 Rev 10810
Line 99... Line 99...
99
			if(isset($module['response']) and !empty($module['response']) and in_array('response', $restriction))
99
			if(isset($module['response']) and !empty($module['response']) and in_array('response', $restriction))
100
			{
100
			{
101
				
101
				
102
				foreach($module['response'] as $response)
102
				foreach($module['response'] as $response)
103
				{
103
				{
104
					if($response != 'recommended_accessories'){
104
					if($response != 'recommended_accessories' && $response != 'recharge-faq'){
-
 
105
						if(isset($data['response'][$response]) && !empty($data['response'][$response]))
105
						$CI->cache->write($data['response'][$response], $response,600);
106
						$CI->cache->write($data['response'][$response], $response,600);
106
					}
107
					}
107
				}
108
				}
108
				
109
				
109
			}
110
			}