Skip to content
Snippets Groups Projects
Commit 6f760ac8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1578998 by droplet: move forum topic and leave shadow cause...

- Patch #1578998 by droplet: move forum topic and leave shadow cause duplicated topics show in list.
parent 20958cbb
No related branches found
No related tags found
No related merge requests found
......@@ -985,7 +985,7 @@ function forum_get_topics($tid, $sortby, $forum_per_page) {
$last_reply->uid = $topic->last_comment_uid;
$topic->last_reply = $last_reply;
}
$topics[] = $topic;
$topics[$topic->nid] = $topic;
}
return $topics;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment