rename append to appendPage

This commit is contained in:
yggverse 2024-07-12 17:38:00 +03:00
parent dd21e45144
commit 11b13ba011
5 changed files with 8 additions and 8 deletions

View file

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