aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index fe0ecad17..8a3eaf873 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -1928,7 +1928,7 @@ function diaspora_like($importer,$xml,$msg) {
$arr['item_private'] = $parent_item['item_private'];
$arr['verb'] = $activity;
- $arr['object-type'] = $objtype;
+ $arr['obj_type'] = $objtype;
$arr['object'] = $object;
if(! $parent_author_signature) {