mirror of
https://github.com/friendica/friendica
synced 2024-11-20 08:23:41 +00:00
form security error when using existing photo
This commit is contained in:
parent
7c6c3d36f5
commit
117d2165f5
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ function profile_photo_content(&$a) {
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
check_form_security_token_redirectOnErr('/profile_photo', 'profile_photo');
|
// check_form_security_token_redirectOnErr('/profile_photo', 'profile_photo');
|
||||||
|
|
||||||
$resource_id = $a->argv[2];
|
$resource_id = $a->argv[2];
|
||||||
//die(":".local_user());
|
//die(":".local_user());
|
||||||
|
|
Loading…
Reference in a new issue