mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +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(
|
$this->page->title->setValue(
|
||||||
$title,
|
$title,
|
||||||
$this->page->title->subtitle
|
$this->page->title->getSubtitle()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue