Portal: Fix regression introduced in revision 5698.

SVN:trunk[5739]
This commit is contained in:
Guillaume Lajarige
2018-04-25 09:07:28 +00:00
parent ec471520f2
commit 95e56e7148
6 changed files with 3 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ class BsFileUploadFieldRenderer extends FieldRenderer
public function Render()
{
$oOutput = new RenderingOutput();
$oOutput->AddCssClass('form_field');
$oOutput->AddCssClass('form_field_' . $this->oField->GetDisplayMode());
$sObjectClass = get_class($this->oField->GetObject());