Skip to content

Commit

Permalink
Merge branch 'hotfix/8.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispelzer committed Feb 5, 2024
2 parents 5896dd9 + d3773fd commit ba2d8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ArticleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function show(Request $request): View|Redirector|RedirectResponse
$request->data['base']['meta']['image'] = $image['url'];
$request->data['base']['meta']['image_alt'] = $image['alt_text'];

$topics = $this->topic->listing($request->data['base']['site']['news']['application_id']);
$topics = $this->topic->listing($request->data['base']['site']['news']['application_id'], $request->data['base']['site']['subsite-folder']);

if (!empty($topics['topics']['data'])) {
$topics['topics']['data'] = $this->topic->setSelected($topics['topics']['data'], $request->slug);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base",
"private": true,
"version": "8.8.0",
"version": "8.8.1",
"description": "",
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit ba2d8ce

Please sign in to comment.