Revert "change db namespaces"

This reverts commit 531d4d7735.
This commit is contained in:
yggverse 2024-07-15 06:47:42 +03:00
parent 531d4d7735
commit 3f7bb2267b
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->findBrowserPageHistory($filter))
if ($records = $this->container->history->browser->database->findHistory($filter))
{
foreach ($records as $record)
{