old AdminBar template removed, but macro code not updated
This commit is contained in:
parent
e8a5ce6991
commit
39a71a9b44
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ use WebGUI::Utility;
|
|||
sub process {
|
||||
return "" unless ($session{var}{adminOn});
|
||||
my @param = WebGUI::Macro::getParams($_[0]);
|
||||
my $templateId = $param[0] || "PBtmpl0000000000000035";
|
||||
my $templateId = $param[0] || "PBtmpl0000000000000090";
|
||||
my %var;
|
||||
my (%cphash, %hash2, %hash, $r, @item, $query);
|
||||
tie %hash, "Tie::IxHash";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue