Skip to content

Commit

Permalink
Issue #5373 - for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jan 13, 2025
1 parent 73c5760 commit d86eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_admin/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Required for a clean v1.x -> v2 upgrade.
$core = e107::getConfig();
$adminTheme = $core->get('admintheme');
if($adminTheme !== 'bootstrap3'/* && $adminTheme !== 'bootstrap5'*/)
if($adminTheme !== 'bootstrap3' && $adminTheme !== 'bs5')
{
$core->update('admintheme','bootstrap3');
$core->update('adminstyle','infopanel');
Expand Down

0 comments on commit d86eeac

Please sign in to comment.