X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fredir.php;h=ab4f3220cd7d1a1ace36ece544828db9ab96d0a6;hb=2d4fd30cc38c185ece29151e36a2b040332a70c8;hp=3e8ddf26120a63558785f48eb5f68192a0dbb47f;hpb=0840c8365ae4aae1d56e75caf190dbd24c67958f;p=friendica.git diff --git a/include/redir.php b/include/redir.php index 3e8ddf2612..ab4f3220cd 100644 --- a/include/redir.php +++ b/include/redir.php @@ -4,7 +4,7 @@ function auto_redir(&$a, $contact_nick) { // prevent looping - if(intval($_REQUEST,'redir')) + if(x($_REQUEST,'redir') && intval($_REQUEST['redir'])) return; if((! $contact_nick) || ($contact_nick === $a->user['nickname']))