Browse Source

update getHistory API

PHP-GTK3
yggverse 6 months ago
parent
commit
5927f00437
  1. 2
      src/Entity/Tab/Page.php

2
src/Entity/Tab/Page.php

@ -373,7 +373,7 @@ class Page @@ -373,7 +373,7 @@ class Page
}
// Ignore history record on same URL stored in DB
if ($result = $this->app->database->getHistory(0, 1))
if ($result = $this->app->database->getHistory('', 0, 1))
{
if ($url == $result[0]->url)
{

Loading…
Cancel
Save