diff --git a/src/Controller/Component.php b/src/Controller/Component.php index c8429da..6830190 100644 --- a/src/Controller/Component.php +++ b/src/Controller/Component.php @@ -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);