mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
parent
531d4d7735
commit
3f7bb2267b
4 changed files with 16 additions and 16 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class Delete extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
{
|
||||
if ($id = $this->navbar->container->content->table->getSelectedId())
|
||||
{
|
||||
$this->navbar->container->history->browser->database->deleteBrowserPageHistory(
|
||||
$this->navbar->container->history->browser->database->deleteHistory(
|
||||
$id
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue