From ecb67cfcb465e3d5a987f20647bd17e81256d8b2 Mon Sep 17 00:00:00 2001 From: Jonny Tischbein Date: Tue, 2 Oct 2018 18:22:23 +0200 Subject: [PATCH] syntax typo --- mod/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]),