Merge branch 'pull'

This commit is contained in:
friendica 2012-03-13 15:41:13 -07:00
commit 427362c324
23 changed files with 162 additions and 58 deletions

View file

@ -43,7 +43,7 @@ function dfrn_request_post(&$a) {
return;
if($_POST['cancel']) {
if(x($_POST, 'cancel')) {
goaway(z_root());
}