mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove duplicated construction
This commit is contained in:
parent
89cd368806
commit
58e4420a8b
1 changed files with 1 additions and 9 deletions
|
|
@ -89,15 +89,7 @@ class App
|
||||||
|
|
||||||
if ('+' == $tabs->get_tab_label_text($child))
|
if ('+' == $tabs->get_tab_label_text($child))
|
||||||
{
|
{
|
||||||
$page = $this->blankPage();
|
$this->blankPage();
|
||||||
|
|
||||||
$this->tabs->show_all();
|
|
||||||
|
|
||||||
$this->tabs->set_current_page(
|
|
||||||
$this->tabs->page_num(
|
|
||||||
$page->box
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue