mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Use undashed UUIDs in history pager
This commit is contained in:
parent
2c0b588b48
commit
be6d81efde
@ -225,6 +225,7 @@ try {
|
|||||||
if ($page->settings->show_pager) {
|
if ($page->settings->show_pager) {
|
||||||
$page->name = "history";
|
$page->name = "history";
|
||||||
$target = null;
|
$target = null;
|
||||||
|
$uuid = $page->uuid_undashify($uuid);
|
||||||
|
|
||||||
if ($staffhistory) {
|
if ($staffhistory) {
|
||||||
// $args .= "&staffhistory=1";
|
// $args .= "&staffhistory=1";
|
||||||
@ -234,7 +235,7 @@ try {
|
|||||||
$args = "?uuid=$uuid";
|
$args = "?uuid=$uuid";
|
||||||
|
|
||||||
if ($page->settings->simple_urls) {
|
if ($page->settings->simple_urls) {
|
||||||
$target = $page->name . "/$uuid";
|
$target = $page->name . "/" . $uuid;
|
||||||
$args = "";
|
$args = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user