From 37f4fce67440b383782e8742318b088da72b52f1 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 2 Mar 2025 11:00:56 -0800 Subject: [PATCH] Reduce complexity of post-install code by not loading any theme libraries --- run-postinstalls.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/run-postinstalls.pl b/run-postinstalls.pl index b6ea5f5e3..aa86378d2 100755 --- a/run-postinstalls.pl +++ b/run-postinstalls.pl @@ -7,6 +7,7 @@ BEGIN { push(@INC, "."); }; $no_acl_check++; use WebminCore; &init_config(); +$current_theme = $WebminCore::current_theme = undef; if (@ARGV > 0) { # Running for specified modules