Skip to content

Commit

Permalink
deploy: 32e9fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq committed Sep 9, 2024
1 parent 256532d commit a5767ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ if (!$user->getComplexPerm('structure')->hasCategoryPerm($categoryId)) {

$blocks = $rightNav->getNavigation();
$navigation = current($blocks);
$contentNaviRight = $navigation['navigation'];
$contentNaviRight = $navigation['navigation'] ?? [];

$contentNaviRight[] = ['title' => '<a href="' . rex_getUrl($articleId, $clang) . '" onclick="window.open(this.href); return false;">' . rex_i18n::msg('article_show') . ' <i class="rex-icon rex-icon-external-link"></i></a>'];

Expand Down

0 comments on commit a5767ee

Please sign in to comment.