From d86eeac7bc3cc714532d46eb96c3c9429d4be5fd Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 13 Jan 2025 11:20:05 -0800 Subject: [PATCH] Issue #5373 - for testing --- e107_admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/auth.php b/e107_admin/auth.php index 7b82bedc65..2ff8ca6ee3 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -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');