Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
[-] MO : Fix bug PSCSX-2411, bad error diplay
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Jun 24, 2014
1 parent 93c4b8b commit c259456
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blocknewsletter.php
Expand Up @@ -700,8 +700,9 @@ private function _prepareHook($params)

public function hookDisplayLeftColumn($params)
{
$this->_prepareHook($params);

if (!isset($this->prepared) || !$this->prepared)
$this->_prepareHook($params);
$this->prepared = true;
return $this->display(__FILE__, 'blocknewsletter.tpl');
}

Expand Down

0 comments on commit c259456

Please sign in to comment.