Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6f760ac8
Commit
6f760ac8
authored
May 16, 2012
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/forum/forum.module
View file @
6f760ac8
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment