aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-27 04:51:20 -0700
committerfriendica <info@friendica.com>2012-03-27 04:51:20 -0700
commit117d2165f5ec153e67c13e914d0607f461c878ef (patch)
tree33b488f2cca5b2a0719f86e56518af822441672f /mod
parent7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (diff)
downloadvolse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.tar.gz
volse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.tar.bz2
volse-hubzilla-117d2165f5ec153e67c13e914d0607f461c878ef.zip
form security error when using existing photo
Diffstat (limited to 'mod')
-rwxr-xr-xmod/profile_photo.php2
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());