Browse Source

remove duplicated construction

main
yggverse 2 months ago
parent
commit
58e4420a8b
  1. 10
      src/Entity/App.php

10
src/Entity/App.php

@ -89,15 +89,7 @@ class App @@ -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();
}
}
);

Loading…
Cancel
Save