Doh, wrong method name.
I wonder why PHP didn't throw an error Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
cab10c7d63
commit
cb4755dd3b
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class ManageAccountController extends Zend_Controller_Action
|
||||||
$query = 'select `id`, `test_text` from `cats_variant`
|
$query = 'select `id`, `test_text` from `cats_variant`
|
||||||
where `type_id` = 1';
|
where `type_id` = 1';
|
||||||
$options = $this->db->fetchPairs($query);
|
$options = $this->db->fetchPairs($query);
|
||||||
$variant->setOptions($options)
|
$variant->setMultiOptions($options)
|
||||||
->setRequired(true);
|
->setRequired(true);
|
||||||
$form->addElement($variant);
|
$form->addElement($variant);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue