ujamii / ujamii-dsgvo

DSGVO compliance extension for TYPO3
MIT License
3 stars 4 forks source link

Checks are skipped if extension not installed #8

Open mgrundkoetter opened 6 years ago

mgrundkoetter commented 6 years ago

Right now, it is checked whether the configured extension is installed, before the db check is done. This may lead to existing records in the db which will not be found just because the "owning" is no longer installed. So as an enhancement, the check for table existence should be done anyway.