remove duplicated construction

This commit is contained in:
yggverse 2024-04-13 10:38:36 +03:00
parent 89cd368806
commit 58e4420a8b

View file

@ -89,15 +89,7 @@ class App
if ('+' == $tabs->get_tab_label_text($child))
{
$page = $this->blankPage();
$this->tabs->show_all();
$this->tabs->set_current_page(
$this->tabs->page_num(
$page->box
)
);
$this->blankPage();
}
}
);