You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: