Skip to content

Commit 1394e08

Browse files
Merge pull request #8621 from sbulen/21_profile_notify_typos
[2.1] Typos affecting notification maint
2 parents 97471f9 + 22bef1a commit 1394e08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Profile-Modify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ function makeNotificationChanges($memID)
12021202
}
12031203

12041204
// We are removing board preferences
1205-
elseif (isset($_POST['remove_notify_board']) && !empty($_POST['notify_boards']))
1205+
elseif (isset($_POST['remove_notify_boards']) && !empty($_POST['notify_boards']))
12061206
{
12071207
$prefs = array();
12081208
foreach ($_POST['notify_boards'] as $board)
@@ -2728,7 +2728,7 @@ function alert_notifications_boards($memID)
27282728
global $txt, $scripturl, $context, $sourcedir;
27292729

27302730
// Because of the way this stuff works, we want to do this ourselves.
2731-
if (isset($_POST['edit_notify_boards']) || isset($_POSt['remove_notify_boards']))
2731+
if (isset($_POST['edit_notify_boards']) || isset($_POST['remove_notify_boards']))
27322732
{
27332733
checkSession();
27342734
validateToken(str_replace('%u', $memID, 'profile-nt%u'), 'post');

0 commit comments

Comments
 (0)