Good news, everyone - again somce notices removed

This commit is contained in:
Michael 2018-09-04 17:48:09 +00:00
commit 821429fdf1
5 changed files with 22 additions and 17 deletions

View file

@ -22,7 +22,7 @@ function unfollow_post()
// NOTREACHED
}
if ($_REQUEST['cancel']) {
if (!empty($_REQUEST['cancel'])) {
goaway($return_url);
}