mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 21:34:26 +02: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