Browse Source

fix subtitle getter

PHP-GTK3
yggverse 4 months ago
parent
commit
20f71fcdcf
  1. 2
      src/Entity/Browser/Container/Page/Content.php

2
src/Entity/Browser/Container/Page/Content.php

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

Loading…
Cancel
Save