Jump to content

getCacheId() error in Blockreinsurance module


Recommended Posts

Fatal error: Call to undefined method Blockreinsurance::getCacheId() in /home/tymex10/ftp/sklep/modules/blockreinsurance/blockreinsurance.php on line 336

 

 

public function hookFooter($params)

{
$this->context->controller->addCSS($this->_path.'style.css', 'all');
if (!$this->isCached('blockreinsurance.tpl', $this->getCacheId()))
{
$infos = $this->getListContent($this->context->language->id);
$this->context->smarty->assign(array('infos' => $infos, 'nbblocks' => count($infos)));
}
return $this->display(__FILE__, 'blockreinsurance.tpl', $this->getCacheId());
}
 
Please, who can help me?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...