fix subtitle getter

This commit is contained in:
yggverse 2024-07-09 09:16:34 +03:00
parent 9c05de981a
commit 20f71fcdcf

View file

@ -128,7 +128,7 @@ class Content
{ {
$this->page->title->setValue( $this->page->title->setValue(
$title, $title,
$this->page->title->subtitle $this->page->title->getSubtitle()
); );
} }