aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-12 00:59:23 -0700
committerfriendica <info@friendica.com>2014-09-12 00:59:23 -0700
commitab7f2db4d755d11b9c4a7a27d60b6efafae47f92 (patch)
tree39f936a8f718d5791d5a85223ce35768a391849d /include/diaspora.php
parent20be358ec29d830bdccef49c47c5d84e6c53aa28 (diff)
downloadvolse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.tar.gz
volse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.tar.bz2
volse-hubzilla-ab7f2db4d755d11b9c4a7a27d60b6efafae47f92.zip
doc updates and a couple of issues spotted in the logs (diaspora likes, feed author import)
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) {