diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index 77842a9a27..bf7358d399 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -728,7 +728,7 @@ EOF $this->m_sWizardId = $sId; // multipart... needed for file upload - $this->add("
m_sWizardId}\" method=\"$sMethod\" enctype=\"multipart/form-data\">\n"); + $this->add("m_sWizardId}\" method=\"$sMethod\" enctype=\"multipart/form-data\" onsubmit=\"window.bInSubmit = true;\">\n"); $aPreviousSteps = $this->GetWizardStepHistory(); if (utils::ReadParam('step_back', 0) == 1)