diff --git a/main/announcements/announcements.php b/main/announcements/announcements.php index aa4e39b0b4..a48c9954a8 100755 --- a/main/announcements/announcements.php +++ b/main/announcements/announcements.php @@ -592,6 +592,7 @@ switch ($action) { 'success' ) ); + Security::clear_token(); header('Location: '.$homeUrl); exit; } @@ -641,6 +642,7 @@ switch ($action) { $sendToUsersInSession ); } + Security::clear_token(); header('Location: '.$homeUrl); exit; }