[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Feedback: Link to the right user profile in the notification recipients list

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a7b0aa0b86a8_38226224c186c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-84dcc76b6c-hfrnd.mail>

ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
6cbcdccd by Landry Bitege at 2026-08-11T11:25:51+00:00
[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

- - - - -


1 changed file:

- lib/core/Feedback.php


Changes:

=====================================
lib/core/Feedback.php
=====================================
@@ -493,7 +493,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/6cbcdccd161c97aaa54a7b3bc957b76a1efdfd39

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6cbcdccd161c97aaa54a7b3bc957b76a1efdfd39
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.