Commit fa530d3
committed
[BUGFIX] Ensure further variable fallback checks in EXT:felogin
With #106942 changes were made to prevent PHP type errors / exceptions
in case the EXT:felogin TypoScript was not included.
Two spots were missed, which is addressed by this patch.
Resolves: #106994
Related: #106942
Releases: main, 13.4
Change-Id: I4da4c91ba96e40cffd028f9a8503c527b09efc8f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89930
Tested-by: core-ci <typo3@b13.com>
Tested-by: Torben Hansen <derhansen@gmail.com>
Reviewed-by: Garvin Hicking <garvin@hick.ing>
Tested-by: Oli Bartsch <bo@cedev.de>
Tested-by: Garvin Hicking <garvin@hick.ing>
Reviewed-by: Oli Bartsch <bo@cedev.de>
Reviewed-by: Torben Hansen <derhansen@gmail.com>1 parent 03771cc commit fa530d3
File tree
2 files changed
+3
-3
lines changed- typo3/sysext/felogin/Classes
- Configuration
- Service
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments