mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 04:54:27 +02:00
Avoid notices
This commit is contained in:
parent
f48556cbc0
commit
36a1a43f06
2 changed files with 2 additions and 2 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