This line does not use a structured array for returning link information for comments on forward_link

$links[] = l(t("email this %type", array('%type' => $forward_link_type)), "forward/$node->nid&cid=$node->cid", array('title' => t('Forward this comment to a friend'), 'class' => 'forward-page'));
          return $links;

In some circumstances this could get a fatal error so this could be critical.

Patch attached should resolve this issue.

CommentFileSizeAuthor
forward_link_on_comments_as_array.patch856 bytesfax8

Comments

seanr’s picture

Status: Needs review » Fixed

Fixed in CVS, will appear in a release later today. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.