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 d6ee2acc90
commit 6c36a1ba72
+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)