]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
Cleanup /format pre-move
[friendica.git] / mod / profile_photo.php
index f9bf60cf543605b0322a01903d115669baa3bd24..8b3d3d371e24ea1d0907cb0addfca14da7e3fb43 100644 (file)
@@ -9,10 +9,8 @@ function profile_photo_init(App $a) {
        }
 
        profile_load($a,$a->user['nickname']);
-
 }
 
-
 function profile_photo_post(App $a) {
 
        if (! local_user()) {