Dashboard: fixed issue with subforms

SVN:trunk[2045]
This commit is contained in:
Romain Quetiez
2012-05-29 09:04:09 +00:00
parent 59e754d8db
commit 4b34fd4ecd

View File

@@ -984,7 +984,7 @@ class DesignerSubFormField extends DesignerFormField
public function Render(WebPage $oP, $sFormId, $sRenderMode='dialog')
{
$this->oSubForm->SetParentForm($this->oForm);
$oSubForm->CopySubmitParams($this->oForm);
$this->oSubForm->CopySubmitParams($this->oForm);
if ($sRenderMode == 'property')
{