add page history save mode

This commit is contained in:
yggverse 2024-04-17 10:45:47 +03:00
parent c2ddd3dba5
commit 64ae36eecf
3 changed files with 32 additions and 2 deletions

View file

@ -711,7 +711,7 @@ class Page
$this->app->history->add(
$url,
$title,
$this->config->history->database->renew
$this->config->history->database->mode->renew
);
}
}