terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Easy themes can not be deactivated when be-mod is selected. #12

Closed discordier closed 8 years ago

discordier commented 9 years ago

the check

if ($user->et_enable != 1) {
    return $arrModules;
}

is missing in https://github.com/terminal42/contao-easy_themes/blob/master/EasyThemes.php#L242

Therefore as long as there is be_mod selected in the database one can not deactivate it.

found by @frontendschlampe

Toflar commented 9 years ago

Does the hotfix 2.1.3 branch work for you? /cc @frontendschlampe

Schuberth1980 commented 9 years ago

Germany text:

Easy_themes wird bei Contao 3.4x leider an der falsche Stelle angezeigt. Nämlich über dem Backend Module Menü, statt unter den Modul Themes.