User tests: Successful: Unsuccessful:
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30446
Test Instructions
$form = new JForm('');
$addForm = new SimpleXMLElement('<form />');
$field = $addForm->addChild('field');
$field->addAttribute('name', 'test');
$field->addAttribute('type', 'text');
$field->addAttribute('class', "");
$field->addAttribute('required', 1);
$form->load($addForm, false);print_r($form->getLabel('test'));Warning: SimpleXMLElement::addAttribute() [simplexmlelement.addattribute]: Attribute already exists in \libraries\joomla\form\field.php on line 344
@infograf768: How to prepare pull request for 2.5.x branch? new PR?
thank you