Skip to content

Commit

Permalink
Remove reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 17, 2015
1 parent 898a9bc commit c76602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Forms/EditRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function EditRecord(&$vars)
$types = array('soa' => _('SOA (Start of Authority)'));
}
$action = &Horde_Form_Action::factory('reload');
$select = &$this->addVariable(_("Record Type"), 'rectype', 'enum', true,
$select = $this->addVariable(_("Record Type"), 'rectype', 'enum', true,
false, null, array($types, true));
$select->setAction($action);
$select->setOption('trackchange', true);
Expand Down

0 comments on commit c76602b

Please sign in to comment.