Bug #100345
Updated by Andreas Nedbal over 1 year ago
Following condition is breaking in 12.3 (this is not a 12-compatible repository however, as a notice for testing/evaluating) https://github.com/einpraegsam/powermail/blob/develop/Configuration/TypoScript/Powermail_Frontend/setup.typoscript#L116 According to the documentation @getTSFE()@ `getTSFE()` should evaluate to @false@ `false` if it's not available in a given context. This seems to happen here, but it still tries to access the @type@ `type` property afterwards, leading to an exception.