syntax typo

This commit is contained in:
Jonny Tischbein 2018-10-02 18:22:23 +02:00
parent fa3bbc5f45
commit ecb67cfcb4
1 changed files with 1 additions and 1 deletions

View File

@ -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]),