Skip to content

Commit

Permalink
Merge 2fc7d7c into f8a4306
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Jun 26, 2019
2 parents f8a4306 + 2fc7d7c commit a031dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Frontend/Modules/Blog/Actions/Category.php
Expand Up @@ -102,7 +102,6 @@ private function addCategoryToBreadcrumb(): void
private function setPageTitle(): void
{
$this->header->setPageTitle(\SpoonFilter::ucfirst(FL::lbl('Category')));
$this->header->setPageTitle($this->category['label']);
}

private function parse(): void
Expand Down

0 comments on commit a031dbc

Please sign in to comment.