diff --git a/sbin/preload.perl b/sbin/preload.perl index 0adbef505..5bffadf7e 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -25,7 +25,7 @@ require WebGUI::Config; require WebGUI::Pluggable; # these modules should always be skipped -my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler); +my @excludes = qw(WebGUI::PerformanceProfiler); push @excludes, readLines($webguiRoot."/sbin/preload.exclude"); WebGUI::Pluggable::findAndLoad( "WebGUI",