]> git.mxchange.org Git - friendica.git/commitdiff
bug #186 - $type macro not replaced in diaspora 'like' message
authorFriendika <info@friendika.com>
Mon, 31 Oct 2011 21:30:27 +0000 (14:30 -0700)
committerFriendika <info@friendika.com>
Mon, 31 Oct 2011 21:30:27 +0000 (14:30 -0700)
boot.php
view/diaspora_like.tpl
view/diaspora_like_relay.tpl

index 85aca95be1969c3e1556b5037479ea19ea809772..f75913162f5931104e5fd64f7020068c5d998f45 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDIKA_PLATFORM',     'Free Friendika');
-define ( 'FRIENDIKA_VERSION',      '2.3.1150' );
+define ( 'FRIENDIKA_VERSION',      '2.3.1151' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1099      );
 
index 76356eb298d203a4942bdd55b4ece3e695d26265..a777aeebeda27f80bc62c3781c85a27c3e7a3205 100644 (file)
@@ -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>
index 6feba96ad371f1c641aace5d9a3f82fbc91b8132..65559b05bf07ce0dc8071d14b1e9ecc53d90f863 100644 (file)
@@ -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>