Explorar el Código

Dashboard: fixed issue with subforms

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2045 a333f486-631f-4898-b8df-5754b55c2be0
romainq hace 13 años
padre
commit
e0f7814b47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/forms.class.inc.php

+ 1 - 1
application/forms.class.inc.php

@@ -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')
 		{