mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix page reorder
This commit is contained in:
parent
ff3187a495
commit
7be7717897
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ class Tab
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update position
|
// Update position
|
||||||
$_page[] = $this->_page[$page_num];
|
$_page[$page_num] = $page;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reorder
|
// Reorder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue