more session related changes
This commit is contained in:
parent
16b9675b0c
commit
024514c549
106 changed files with 1498 additions and 1313 deletions
|
|
@ -25,7 +25,7 @@ sub _submenu {
|
|||
my $title = shift;
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new("productManager");
|
||||
my $ac = WebGUI::AdminConsole->new($session,"productManager");
|
||||
if ($help) {
|
||||
$ac->setHelp($help, 'ProductManager');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue