mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix subtitle getter
This commit is contained in:
parent
9c05de981a
commit
20f71fcdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class Content
|
|||
{
|
||||
$this->page->title->setValue(
|
||||
$title,
|
||||
$this->page->title->subtitle
|
||||
$this->page->title->getSubtitle()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue