mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix session restore
This commit is contained in:
parent
874376bbed
commit
e858944de7
3 changed files with 29 additions and 3 deletions
|
|
@ -33,7 +33,10 @@ class Add
|
|||
'activate',
|
||||
function()
|
||||
{
|
||||
$this->tab->menu->browser->container->tab->appendPage();
|
||||
$this->tab->menu->browser->container->tab->appendPage(
|
||||
null,
|
||||
false
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue