diff --git a/lib/WebGUI/Paths.pm b/lib/WebGUI/Paths.pm index eeac57101..69e03cf49 100644 --- a/lib/WebGUI/Paths.pm +++ b/lib/WebGUI/Paths.pm @@ -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; }