Update blocknewsletter.php

No cache on the newsletter tpl, else the message is never displayed
This commit is contained in:
Cédric Mouleyre
2013-04-08 11:53:37 +03:00
parent 6384a74c1d
commit 0d20860e5b
+1 -1
View File
@@ -509,7 +509,7 @@ class Blocknewsletter extends Module
public function hookDisplayLeftColumn($params)
{
$this->_prepareHook($params);
return $this->display(__FILE__, 'blocknewsletter.tpl', $this->getCacheId());
return $this->display(__FILE__, 'blocknewsletter.tpl');
}
public function hookFooter($params)