- Patch #1078646 by Nneka, droplet, Vincent Giersch, larowlan: incorrect link to the author's profile in topic column if topic has replies.
parent
20ac46d1f0
commit
a9ad3ea15a
|
@ -1127,7 +1127,6 @@ function template_preprocess_forum_topic_list(&$variables) {
|
|||
$variables['topics'][$id]->title = l($topic->title, "node/$topic->nid");
|
||||
$variables['topics'][$id]->message = '';
|
||||
}
|
||||
$topic->uid = $topic->last_comment_uid ? $topic->last_comment_uid : $topic->uid;
|
||||
$variables['topics'][$id]->created = theme('forum_submitted', array('topic' => $topic));
|
||||
$variables['topics'][$id]->last_reply = theme('forum_submitted', array('topic' => isset($topic->last_reply) ? $topic->last_reply : NULL));
|
||||
|
||||
|
|
Loading…
Reference in New Issue