fixed typo
This commit is contained in:
parent
3c2d3d15f6
commit
c136f346e7
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ The path to the WebGUI installation.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub laodAllConfigs {
|
sub loadAllConfigs {
|
||||||
my $webguiPath = shift;
|
my $webguiPath = shift;
|
||||||
opendir(DIR,$webguiPath."/etc");
|
opendir(DIR,$webguiPath."/etc");
|
||||||
my @files = readdir(DIR);
|
my @files = readdir(DIR);
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ use WebGUI::Macro::Navigation ();
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
# Preload all site configs.
|
# Preload all site configs.
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
WebGUI::Config::laodAllConfigs($webguiRoot);
|
WebGUI::Config::loadAllConfigs($webguiRoot);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue