Skip to content

Commit

Permalink
Merge branch 'master' into release/8.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdancingcat committed Feb 27, 2024
2 parents d4b3e53 + 2d0013e commit 08453de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factories/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function create($limit = 1, $flatten = false, $options = [])
$data[$i] = [
'site' => [
'id' => 2,
'title' => 'Base - Style guide (v'.$base_info['version'].')',
'title' => 'Base - Style guide (v'.($base_info['baseVersion'] ?? $base_info['version']).')',
'short-title' => '',
'keywords' => '',
'subsite-folder' => null,
Expand Down

0 comments on commit 08453de

Please sign in to comment.