Actions
Bug #23599
closedSysext Modules are shown in Module Menu, even though extensions are not installed
Start date:
2010-09-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After File -> List was moved into a sysext it was possible to uninstall it.
The problem is that in t3lib/stddb/tables.php (line 444) it makes the file -> list module visible with the following array (not depending on the if the extension is installed or not)
$TBE_MODULES = array(
'web' => 'list,info,perm,func',
'file' => 'list',
'user' => 'ws',
'tools' => 'em',
'help' => 'about,cshmanual'
);
Clicking the "File list" module returns a blank page.
(issue imported from #M15794)
Files
Updated by Soren Malling about 14 years ago
Could someone change the summary/title to
"Sysext modules shown in modulemenu, even though extensions not installed"
Actions