MINOR Fixed regression on missing return value in CompositeField->FieldHolder()

This commit is contained in:
Ingo Schommer 2012-01-02 21:32:13 +01:00
parent 3d8079c1b5
commit c0fddf262c

View File

@ -112,7 +112,7 @@ class CompositeField extends FormField {
}
}
$this->createTag('div', $this->getAttributes(), $content);
return $this->createTag('div', $this->getAttributes(), $content);
}
/**