]> git.mxchange.org Git - friendica.git/commitdiff
wrong link in d* comment notifications
authorfriendica <info@friendica.com>
Fri, 16 Mar 2012 22:07:45 +0000 (15:07 -0700)
committerfriendica <info@friendica.com>
Fri, 16 Mar 2012 22:07:45 +0000 (15:07 -0700)
boot.php
include/diaspora.php

index 86da3cd2eb02ed14510228e92a78c34c82c870d0..322340e5d7dbb426f35775d2b73a71568bb3c9b0 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1282' );
+define ( 'FRIENDICA_VERSION',      '2.3.1283' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1132      );
 
index 19bba52168367c8e07789749469f7615e8957612..1b5af42cd969cec241b1414f62487e7c7417371c 100755 (executable)
@@ -1187,7 +1187,7 @@ function diaspora_comment($importer,$xml,$msg) {
                                'to_email'     => $importer['email'],
                                'uid'          => $importer['uid'],
                                'item'         => $datarray,
-                               'link'             => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $posted_id,
+                               'link'             => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $message_id,
                                'source_name'  => $datarray['author-name'],
                                'source_link'  => $datarray['author-link'],
                                'source_photo' => $datarray['author-avatar'],