Removing exclude of files that don't exist anymore.
This commit is contained in:
parent
ffcee041be
commit
db3058c0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue