From: Jonny Tischbein Date: Tue, 2 Oct 2018 16:22:23 +0000 (+0200) Subject: syntax typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ecb67cfcb465e3d5a987f20647bd17e81256d8b2;p=friendica.git syntax typo --- diff --git a/mod/message.php b/mod/message.php index 4a569155b5..38a9ecd9c2 100644 --- a/mod/message.php +++ b/mod/message.php @@ -181,7 +181,7 @@ function message_content(App $a) goaway('/message'); } - goaway('/message/' . $conversation'id'] ); + goaway('/message/' . $conversation['id'] ); } else { $r = q("SELECT `parent-uri`,`convid` FROM `mail` WHERE `id` = %d AND `uid` = %d LIMIT 1", intval($a->argv[2]),