[TYPO3-german] Typoscript-Condition for Content-Elements

Stephan Bauer stephan_bauer at gmx.de
Wed Jun 3 17:17:21 CEST 2015


Hallo,

die Extension maja_tscondition 
(http://typo3.org/extensions/repository/view/maja_tscondition) 
funktioniert leider nicht mehr unter TYPO3 6.2.

Es wird wegen diesem Aufruf gemeckert:
$objMatchCondition = t3lib_div::makeInstance("t3lib_matchCondition");

Der Ersatz ist wohl 
t3lib_div::makeInstance("t3lib_matchCondition_frontend");

Leider ist mir nicht klar, wie ich diese Zeile abändern muss:
$result = ($objMatchCondition->match($condition_line) ? 1 : 0);


Oder gibt es noch eine andere Lösung für das Problem?

Vielen Dank im Voraus.

Grüße
Stephan



More information about the TYPO3-german mailing list