TickTackk Well-known member Nov 3, 2020 #1 Affected version 2.2.1 This: PHP: $viewParams = [ 'alert' => $alert, '$newUnreadStatus' => $newUnreadStatus, 'redirect' => $redirect ]; should be: PHP: $viewParams = [ 'alert' => $alert, 'newUnreadStatus' => $newUnreadStatus, 'redirect' => $redirect ];
This: PHP: $viewParams = [ 'alert' => $alert, '$newUnreadStatus' => $newUnreadStatus, 'redirect' => $redirect ]; should be: PHP: $viewParams = [ 'alert' => $alert, 'newUnreadStatus' => $newUnreadStatus, 'redirect' => $redirect ];
XF Bug Bot XenForo bug fixer bot Staff member Nov 3, 2020 #2 Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.2). Change log: Fix typo that prevents alerts from being marked as unread if a confirmation message is shown. Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.2). Change log: Fix typo that prevents alerts from being marked as unread if a confirmation message is shown. Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
B briansol Well-known member Nov 3, 2020 #3 what file is this? would like to manually make the change