diff options
author | friendica <info@friendica.com> | 2012-03-27 04:51:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-27 04:51:20 -0700 |
commit | 117d2165f5ec153e67c13e914d0607f461c878ef (patch) | |
tree | 33b488f2cca5b2a0719f86e56518af822441672f | |
parent | 7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (diff) | |
download | volse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.tar.gz volse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.tar.bz2 volse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.zip |
form security error when using existing photo
-rwxr-xr-x | mod/profile_photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php index d1fd08eba..ace8dadd4 100755 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -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()); |