From b38f03c0e7218762d90fa5092696b127f24f36db Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Sun, 25 Jan 2026 07:07:26 +0000 Subject: [PATCH] =Some logical flaws in Queue.php, Queue.js, ContentExecutor.php, UploadExecutor.php - particularly with timeline ordering, frontend queue updates, etc --- inc/rest/routes/Invitations.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inc/rest/routes/Invitations.php b/inc/rest/routes/Invitations.php index 5c7638a..6fc4a2a 100644 --- a/inc/rest/routes/Invitations.php +++ b/inc/rest/routes/Invitations.php @@ -748,7 +748,7 @@ $toContentTax[] = sprintf( "<p>%s has also invited you to join %s. You'll be automatically added to this %s when you register.</p>", $inviter_name, - $term->name, + html_entity_decode($term->name), $taxonomy ); } -- Gitblit v1.10.0