fix recursive objects comparsion

This commit is contained in:
yggverse 2024-07-19 00:10:24 +03:00
parent feb3f0392a
commit 44eabdc94c
2 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ class Content
);
// Refresh header by new title if current page is active
if ($this->page == $this->page->container->tab->getPage())
if ($this->page === $this->page->container->tab->getPage())
{
$this->page->container->browser->header->setTitle(
$this->page->title->getValue(),