joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

Update mod_weblinks.php Php 8.1-Fix #537

Closed hoochicken closed 9 months ago

hoochicken commented 9 months ago

cast string for htmlspecialchars()

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required

joomdonation commented 9 months ago

Thanks @hoochicken for your PR. We do not have plan to release new version of Weblinks for Joomla 3 anymore, and the bug you are trying to fix here is already fixed in the version for Joomla 4 https://github.com/joomla-extensions/weblinks/blob/4.0-dev/src/modules/mod_weblinks/src/Dispatcher/Dispatcher.php#L48

With that said, I'm closing this PR.