diff options
author | friendica <info@friendica.com> | 2012-03-13 15:41:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-13 15:41:13 -0700 |
commit | 427362c324e5acfad18c72108a59a9e6e5b58550 (patch) | |
tree | 7046e107ea723a917959606bfc4c41d2c8ccd2b7 /mod/dfrn_request.php | |
parent | dc84da520d7bde3f2e160d2573a549829fd022cf (diff) | |
parent | acc4bbeb6ebc832da2a8b5a37b764a6a53dd1214 (diff) | |
download | volse-hubzilla-427362c324e5acfad18c72108a59a9e6e5b58550.tar.gz volse-hubzilla-427362c324e5acfad18c72108a59a9e6e5b58550.tar.bz2 volse-hubzilla-427362c324e5acfad18c72108a59a9e6e5b58550.zip |
Merge branch 'pull'
Diffstat (limited to 'mod/dfrn_request.php')
-rwxr-xr-x | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 1043d6daf..4acb5c9bb 100755 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -43,7 +43,7 @@ function dfrn_request_post(&$a) { return; - if($_POST['cancel']) { + if(x($_POST, 'cancel')) { goaway(z_root()); } |