]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
Merge pull request #5967 from annando/ap-nick
[friendica.git] / mod / profile_photo.php
index 1e0687c6546feba3183ea19c3369944d8e2e87b1..5fdff41e8c6b6d54820f5a45bac9279197032c69 100644 (file)
@@ -188,7 +188,7 @@ function profile_photo_content(App $a)
        $imagecrop = [];
 
        if (isset($a->argv[1]) && $a->argv[1] == 'use' && $a->argc >= 3) {
-               // check_form_security_token_redirectOnErr('/profile_photo', 'profile_photo');
+               // BaseModule::checkFormSecurityTokenRedirectOnError('/profile_photo', 'profile_photo');
 
                $resource_id = $a->argv[2];
                //die(":".local_user());