From d5ce13ee12f6d9fcebf905213b66938fb1ceb06c Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Oct 2011 14:30:27 -0700 Subject: [PATCH] bug #186 - $type macro not replaced in diaspora 'like' message --- boot.php | 2 +- view/diaspora_like.tpl | 2 +- view/diaspora_like_relay.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index 85aca95b..f7591316 100644 --- 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 ); diff --git a/view/diaspora_like.tpl b/view/diaspora_like.tpl index 76356eb2..a777aeeb 100644 --- a/view/diaspora_like.tpl +++ b/view/diaspora_like.tpl @@ -1,7 +1,7 @@ - $type + $target_type $guid $parent_guid $authorsig diff --git a/view/diaspora_like_relay.tpl b/view/diaspora_like_relay.tpl index 6feba96a..65559b05 100644 --- a/view/diaspora_like_relay.tpl +++ b/view/diaspora_like_relay.tpl @@ -2,7 +2,7 @@ $guid - $type + $target_type $parent_guid $parentsig $authrosig