File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ protected function shouldProcessField(): bool
371371 */
372372 protected function shouldRenameMarker (array $ markers ): bool
373373 {
374- return !empty ($ markers [$ this ->uid ]) && isset ($ this ->properties ['marker ' ])
374+ return !empty ($ markers [$ this ->uid ]) && isset ($ this ->properties ['marker ' ])
375375 && $ markers [$ this ->uid ] !== $ this ->properties ['marker ' ];
376376 }
377377}
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ protected function getFormProperties(): array
222222 protected function getRelatedFormUid (): int
223223 {
224224 $ flexFormArray = (array )$ this ->data ['databaseRow ' ]['pi_flexform ' ]['data ' ]['main ' ]['lDEF ' ];
225- $ formUid = (int )($ flexFormArray ['settings.flexform.main.form ' ]['vDEF ' ][0 ] ?? 0 ) ;
225+ $ formUid = (int )($ flexFormArray ['settings.flexform.main.form ' ]['vDEF ' ][0 ] ?? 0 );
226226 $ language = (int )($ this ->data ['databaseRow ' ]['sys_language_uid ' ][0 ] ?? $ this ->data ['databaseRow ' ]['sys_language_uid ' ] ?? 0 );
227227 $ formUid = $ this ->getLocalizedFormUid ($ formUid , $ language );
228228 return $ formUid ;
You can’t perform that action at this time.
0 commit comments