mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
Merge branch 'pull'
This commit is contained in:
commit
427362c324
23 changed files with 162 additions and 58 deletions
|
@ -43,7 +43,7 @@ function dfrn_request_post(&$a) {
|
|||
return;
|
||||
|
||||
|
||||
if($_POST['cancel']) {
|
||||
if(x($_POST, 'cancel')) {
|
||||
goaway(z_root());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue