Skip to content

Commit

Permalink
added default title
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Nov 8, 2019
1 parent b8e11a6 commit 6d0d73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/BreadcrumbService.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function buildBreadcrumb($settings) : array
// set defaults
$defaultPosition = 1;
$path = '';
$title = '';
$homeArray = array();
$output = array();
$hasCustomFieldSetting = false;
Expand Down

0 comments on commit 6d0d73b

Please sign in to comment.