fix WebGUI::Paths recursion
This commit is contained in:
parent
e4e27d6e96
commit
033b4d7c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ Returns the list of modules to exclude from preloading as an array.
|
|||
|
||||
sub preloadExclude {
|
||||
my $class = shift;
|
||||
my @excludes = _readTextLines($class->preloadExclude);
|
||||
my @excludes = _readTextLines($class->preloadExclusions);
|
||||
return @excludes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue