bug #186 - $type macro not replaced in diaspora 'like' message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<XML>
|
||||
<post>
|
||||
<like>
|
||||
<target_type>$type</target_type>
|
||||
<target_type>$target_type</target_type>
|
||||
<guid>$guid</guid>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<author_signature>$authorsig</author_signature>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<post>
|
||||
<like>
|
||||
<guid>$guid</guid>
|
||||
<target_type>$type</target_type>
|
||||
<target_type>$target_type</target_type>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<parent_author_signature>$parentsig</parent_author_signature>
|
||||
<author_signature>$authrosig</author_signature>
|
||||
|
||||
Reference in New Issue
Block a user