change db namespaces

This commit is contained in:
yggverse 2024-07-14 16:23:34 +03:00
parent ef05326d97
commit 531d4d7735
4 changed files with 16 additions and 16 deletions

View file

@ -74,7 +74,7 @@ class Content
{
$this->table->data->clear();
if ($records = $this->container->history->browser->database->findHistory($filter))
if ($records = $this->container->history->browser->database->findBrowserPageHistory($filter))
{
foreach ($records as $record)
{