FML Update

This commit is contained in:
Steffen Schröder
2014-02-16 13:59:28 +01:00
parent c935cf9cac
commit ac1ea81b94
6 changed files with 80 additions and 11 deletions

View File

@ -146,9 +146,6 @@ class Entry extends Control implements NewLineable, Scriptable, Styleable, TextF
*/
public function render(\DOMDocument $domDocument) {
$xmlElement = parent::render($domDocument);
if (false) {
$xmlElement->setAttribute('action', 'TestAction');
}
if ($this->name) {
$xmlElement->setAttribute('name', $this->name);
}