Класс optionfactory
This commit is contained in:
parent
7b3190f96e
commit
0c4c6fd86e
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class Controller_Component
|
|||
public function setParameters(/*.View_Composite.*/$view)
|
||||
{
|
||||
$form = new Form_Form();
|
||||
$options = new OptionFactory($this->db, $this->registry);
|
||||
$options = new Form_OptionFactory($this->db, $this->registry);
|
||||
|
||||
$settings = $this->getInfo();
|
||||
$form->addFieldList($settings['parameter'], $options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue