Project

General

Profile

Bug #95173

Updated by Oliver Hader over 2 years ago

I am attempting to use the condition @[getTSFE().type [getTSFE().type == 1234]@, 1234],  
 however it is executed no matter never.  

 My setup looks something like this: 
 <pre> 
 [getTSFE().type == 1234] [getTSFE().type==1234] 
     // Settings 
 [END] 
 </pre> 

 The whole thing is called via: 
 @domain.tld/?type=1234&morParams...@ domain.tld/?type=1234&morParams... 

 Setup: 
 * TYPO3 9.5.30 
 * PHP 7.4.23 
 * Apache/2.4.41 (Ubuntu)

Back