Merge pull request #375 from MrManchot/patch-1

Update blocknewsletter.php
This commit is contained in:
Vincent Augagneur
2013-04-11 07:35:04 -07:00
+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)