We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60be69 commit 92aa4a9Copy full SHA for 92aa4a9
main/inc/lib/AnnouncementManager.php
@@ -1915,7 +1915,7 @@ public static function getAnnouncements(
1915
while ($row = Database::fetch_array($result, 'ASSOC')) {
1916
if (!in_array($row['id'], $displayed)) {
1917
$actionUrl = api_get_path(WEB_CODE_PATH).'announcements/announcements.php?'
1918
- .api_get_cidreq_params($courseInfo['code'], $session_id, $row['to_group_id']);
+ .api_get_cidreq_params($courseInfo['code'], $session_id, $group_id);
1919
$sent_to_icon = '';
1920
// the email icon
1921
if ($row['email_sent'] == '1') {
0 commit comments