[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [BP][FIX] Feedback: Link to the right user profile in the notification recipients list
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a7c73855d662_3819f6f4531c@gitlab-sidekiq-low-urgency-cpu-bound-v2-5964c65d74-5r5m4.mail> |
luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki
Commits:
75431f53 by Landry Bitege at 2026-08-12T13:13:12+00:00
[BP][FIX] Feedback: Link to the right user profile in the notification recipients list
---
* [FIX] Feedback: Link to the right user profile in the notification recipients list
---
* [FIX] Feedback: Link to the right user profile in the notification recipients list
See merge request tikiwiki/tiki!10878
(cherry picked from commit 6cbcdccd161c97aaa54a7b3bc957b76a1efdfd39)
See merge request tikiwiki/tiki!10879
- - - - -
1 changed file:
- lib/core/Feedback.php
Changes:
=====================================
lib/core/Feedback.php
=====================================
@@ -480,7 +480,7 @@ class Feedback
if (count($watches)) {
$usersList = [];
foreach ($watches as $watch) {
- $usersList[] = "<a href='tiki-user_information.php?user=" . $watch['user'] . "' class='fw-bold'>" . $watch['user'] . "</a>";
+ $usersList[] = "<a href='tiki-user_information.php?view_user=" . urlencode($watch['user']) . "' class='fw-bold'>" . htmlspecialchars($watch['user']) . "</a>";
}
if (! empty($usersList)) {
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/75431f5303191403e2a289325fd5ca3bf7a7a392
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/75431f5303191403e2a289325fd5ca3bf7a7a392
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs