mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Portal: Fix regression introduced in revision 5698.
SVN:trunk[5739]
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user