From c8ed79b9052fd4fc32bdfd485fa5586fa0a114e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Nov 2025 22:00:59 +0100 Subject: [PATCH] Fix CI --- htdocs/adherents/messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/messaging.php b/htdocs/adherents/messaging.php index 1be06a45bc3..e3efd5e2e0e 100644 --- a/htdocs/adherents/messaging.php +++ b/htdocs/adherents/messaging.php @@ -195,7 +195,7 @@ if (isModEnabled('agenda')) { if (isModEnabled('agenda') && ($user->hasRight('agenda', 'myactions', 'read') || $user->hasRight('agenda', 'allaactions', 'read'))) { print '
'; $param = '&userid='.urlencode((string) ($id)); - if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) { + if ($contextpage != $_SERVER["PHP_SELF"]) { $param .= '&contextpage='.urlencode($contextpage); } if ($limit > 0 && $limit != $conf->liste_limit) {