Open schams-net opened 6 years ago
To clarify this issue. EXT:typo3_forum
should use TYPO3/Extbase's DB layer (which uses Doctrine), rather than the deprecated $GLOBALS['TYPO3_DB']
construct.
removed completely from the stroked classes (see above in issue description)
At least the following files contain some kind of
$GLOBALS['TYPO3_DB'];
, which could (should) be replaced with a proper Doctrine implementation.Classes/Controller/TopicController.php
Classes/Controller/ForumController.php