form security error when using existing photo
This commit is contained in:
parent
7c6c3d36f5
commit
117d2165f5
|
@ -151,7 +151,7 @@ function profile_photo_content(&$a) {
|
|||
return;
|
||||
};
|
||||
|
||||
check_form_security_token_redirectOnErr('/profile_photo', 'profile_photo');
|
||||
// check_form_security_token_redirectOnErr('/profile_photo', 'profile_photo');
|
||||
|
||||
$resource_id = $a->argv[2];
|
||||
//die(":".local_user());
|
||||
|
|
Loading…
Reference in a new issue