Use undashed UUIDs in history pager

This commit is contained in:
ruan 2020-08-18 16:59:20 +02:00
parent 2c0b588b48
commit be6d81efde

View File

@ -225,6 +225,7 @@ try {
if ($page->settings->show_pager) {
$page->name = "history";
$target = null;
$uuid = $page->uuid_undashify($uuid);
if ($staffhistory) {
// $args .= "&staffhistory=1";
@ -234,7 +235,7 @@ try {
$args = "?uuid=$uuid";
if ($page->settings->simple_urls) {
$target = $page->name . "/$uuid";
$target = $page->name . "/" . $uuid;
$args = "";
}