Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] undefined variable $target #9573

Merged
merged 2 commits into from Oct 30, 2023
Merged

[Fix] undefined variable $target #9573

merged 2 commits into from Oct 30, 2023

Conversation

olimpo88
Copy link
Contributor

When referring to an internal url, for example another post or a Joomla news item from the same domain, a warning is displayed because the variable is not initialized.

Warning: Undefined variable $target in /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32

Pull Request for Issue # .

Summary of Changes

Testing Instructions

When referring to an internal url, for example another post or a Joomla news item from the same domain, a warning is displayed because the variable is not initialized.

Warning: Undefined variable $target in /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the pr'' first pr

@xillibit xillibit added this to the 6.2 milestone Oct 30, 2023
@xillibit xillibit merged commit 77bcfd2 into Kunena:K6.2 Oct 30, 2023
4 checks passed
xillibit pushed a commit that referenced this pull request Dec 12, 2023
When referring to an internal url, for example another post or a Joomla news item from the same domain, a warning is displayed because the variable is not initialized.

Warning: Undefined variable $target in /var/www/html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants