]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Standards and some more replace item calls
[friendica.git] / mod / photos.php
index c0e1c7477ad434000e73ee2cc9c45e5ccb582a11..34eea0c64296ac846759779685166d7e1a7bb416 100644 (file)
@@ -640,7 +640,7 @@ function photos_post(App $a)
                                        $arr['deny_gid']      = $p[0]['deny_gid'];
                                        $arr['visible']       = 1;
                                        $arr['verb']          = ACTIVITY_TAG;
-                                       $arr["gravity"]       = GRAVITY_PARENT;
+                                       $arr['gravity']       = GRAVITY_PARENT;
                                        $arr['object-type']   = ACTIVITY_OBJ_PERSON;
                                        $arr['target-type']   = ACTIVITY_OBJ_IMAGE;
                                        $arr['tag']           = $tagged[4];