//fixed bug update duplicate call HelperOptions()

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9467 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-19 15:12:22 +00:00
parent dd9257d008
commit c98eefef0d
3 changed files with 0 additions and 24 deletions
@@ -129,14 +129,6 @@ class AdminContactsControllerCore extends AdminController
$this->display = 'list';
parent::initContent();
if ($this->display == 'list')
{
$helper = new HelperOptions();
$helper->id = $this->id;
$helper->currentIndex = self::$currentIndex;
$this->content .= $helper->generateOptions($this->options);
}
}
}