This commit is contained in:
Anatoly 2018-01-15 16:22:56 +03:00
commit e179b580eb
2 changed files with 8 additions and 3 deletions

View file

@ -177,7 +177,7 @@ class Controller_Component
public function setParameters(/*.View_Composite.*/$view)
{
$form = new Form_Form();
$options = new OptionFactory($this->db);
$options = new OptionFactory($this->db, $this->registry);
$settings = $this->getInfo();
$form->addFieldList($settings['parameter'], $options);