From 20f71fcdcf9240c52ebb84dbdb940c34d9b66a23 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Jul 2024 09:16:34 +0300 Subject: [PATCH] fix subtitle getter --- src/Entity/Browser/Container/Page/Content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Browser/Container/Page/Content.php b/src/Entity/Browser/Container/Page/Content.php index 4adf9a3b..b8772b8a 100644 --- a/src/Entity/Browser/Container/Page/Content.php +++ b/src/Entity/Browser/Container/Page/Content.php @@ -128,7 +128,7 @@ class Content { $this->page->title->setValue( $title, - $this->page->title->subtitle + $this->page->title->getSubtitle() ); }