fix session restore

This commit is contained in:
yggverse 2024-07-19 13:36:33 +03:00
parent 874376bbed
commit e858944de7
3 changed files with 29 additions and 3 deletions

View file

@ -33,7 +33,10 @@ class Add
'activate',
function()
{
$this->tab->menu->browser->container->tab->appendPage();
$this->tab->menu->browser->container->tab->appendPage(
null,
false
);
}
);
}