]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Merge branch 'pull'
[friendica.git] / mod / dfrn_request.php
index 1043d6daf61e4faf9600e302b663b37247403390..4acb5c9bb51905d01f8d970cded159551c0f1c12 100755 (executable)
@@ -43,7 +43,7 @@ function dfrn_request_post(&$a) {
                return;
 
 
-       if($_POST['cancel']) {
+       if(x($_POST, 'cancel')) {
                goaway(z_root());
        }