From 117d2165f5ec153e67c13e914d0607f461c878ef Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 27 Mar 2012 04:51:20 -0700 Subject: [PATCH] form security error when using existing photo --- mod/profile_photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/profile_photo.php b/mod/profile_photo.php index d1fd08eba6..ace8dadd47 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());