]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: The participants on the mail page were displayed wrong
authorMichael Vogel <icarus@dabo.de>
Mon, 28 Dec 2015 17:13:03 +0000 (18:13 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 28 Dec 2015 17:13:03 +0000 (18:13 +0100)
mod/message.php

index 0ed2b98841a4dcc9b1aab912ed369234955aac12..1724ebc424e7ac048cd68cb25195eddc4c78e772 100644 (file)
@@ -549,6 +549,8 @@ function render_messages($msg, $t) {
        $tpl = get_markup_template($t);
        $rslt = '';
 
+       $myprofile = $a->get_baseurl(true) . '/profile/' . $a->user['nickname'];
+
        foreach($msg as $rr) {
 
                if($rr['unknown']) {