Skip to content

Commit

Permalink
[K6.2] Remove in BBcode the target definition because it has been set
Browse files Browse the repository at this point in the history
elsewhere
  • Loading branch information
xillibit committed Nov 1, 2023
1 parent c1d1ba8 commit 3512ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/kunena/src/BBCode/KunenaBBCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,6 @@ public function DoURL($bbcode, $action, $name, $default, $params, $content)
}
}

$target = '';
if (isset($params['target'])) {
$target = $bbcode->url_target;
$class = $params['class'];
Expand Down

0 comments on commit 3512ee2

Please sign in to comment.