Project

General

Profile

Bug #11831 ยป 11831-followup.patch

Tolleiv Nietsch, 2011-01-15 19:25

View differences:

ext_tables.php (working copy)
if (!defined ('TYPO3_MODE')) {
die ('Access denied.');
}
// avoid that this block is loaded in the frontend or within the upgrade-wizards
if (TYPO3_MODE == 'BE' && PATH_typo3_mod != 'install/') {
// avoid that this block is loaded in the frontend or within the upgrade-wizards
if (TYPO3_MODE == 'BE' && !(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) {
/**
* Registers a Backend Module
*/
    (1-1/1)