Merge branch 'dev' of http://gitlab.edu.yar.ru/composer/PHP_Library into dev
This commit is contained in:
commit
e179b580eb
2 changed files with 8 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue