Standards and some more replace item calls
This commit is contained in:
parent
51a58ec2e2
commit
b705a91ccd
2 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue