fixed a couple last minute bugs
This commit is contained in:
parent
3ba8b27d3a
commit
e5f7c8a803
2 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,8 @@ foreach my $macro (@macroList) {
|
|||
$alias[0] = "?";
|
||||
} elsif ($alias[0] eq "At") {
|
||||
$alias[0] = "\@";
|
||||
} elsif ($alias[0] eq "rootmenuHorizontal") {
|
||||
$alias[0] = "rootmenu";
|
||||
} elsif ($alias[0] eq "Hash") {
|
||||
$alias[0] = "#";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ use WebGUI::Operation::User ();
|
|||
use WebGUI::Page ();
|
||||
use WebGUI::Paginator ();
|
||||
use WebGUI::Privilege ();
|
||||
use WebGUI::ProxyParse ();
|
||||
use WebGUI::Search ();
|
||||
use WebGUI::Session ();
|
||||
use WebGUI::SQL ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue