Skip to content
Snippets Groups Projects

ipa_haller_jan: QFQ-Wiki. refs #15634

Merged Jan Haller requested to merge ipa_haller_jan into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -560,7 +560,7 @@ class QuickFormQuery {
}
//Change recordId from Multiform to 0 - No row exception possible
if ($this->formSpec[F_MULTI_MODE] !== 'none' && isset($this->formSpec[F_MULTI_MODE])) {
if (isset($this->formSpec[F_MULTI_MODE]) && $this->formSpec[F_MULTI_MODE] !== 'none') {
$recordId = 0;
$this->store->setVar(SIP_RECORD_ID, $recordId, STORE_SIP);
}
Loading