//fixed bug update duplicate call HelperOptions()

This commit is contained in:
lLefevre
2011-10-19 15:12:22 +00:00
parent 1da53de84b
commit 2391a67a62
3 changed files with 0 additions and 24 deletions
@@ -116,14 +116,6 @@ class AdminBackupControllerCore extends AdminController
));
}
parent::initContent();
if ($this->display == 'list')
{
$helper = new HelperOptions();
$helper->id = $this->id;
$helper->currentIndex = self::$currentIndex;
$this->content .= $helper->generateOptions($this->options);
}
}
public function postProcess()