diff options
author | friendica <info@friendica.com> | 2012-08-15 22:33:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-15 22:33:37 -0700 |
commit | f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7 (patch) | |
tree | 586454a21f87a8f9a5e75073ac065cfbbae935a4 /view/tpl/follow_slap.tpl | |
parent | 77b334efbce9eb9aef825b968a2c852da21bfe94 (diff) | |
download | volse-hubzilla-f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7.tar.gz volse-hubzilla-f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7.tar.bz2 volse-hubzilla-f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7.zip |
item table rename parent-uri, target-type, object-type (more to come later)
Diffstat (limited to 'view/tpl/follow_slap.tpl')
-rw-r--r-- | view/tpl/follow_slap.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow_slap.tpl b/view/tpl/follow_slap.tpl index 0d0889f7d..1b1443bee 100644 --- a/view/tpl/follow_slap.tpl +++ b/view/tpl/follow_slap.tpl @@ -12,7 +12,7 @@ <content type="$type" >$content</content> <as:actor> - <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type> + <as:obj_type>http://activitystrea.ms/schema/1.0/person</as:obj_type> <id>$profile_page</id> <title></title> <link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="$photo"/> |