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.
| Comment | File | Size | Author |
|---|---|---|---|
| forward_link_on_comments_as_array.patch | 856 bytes | fax8 |
Comments
Comment #1
seanrFixed in CVS, will appear in a release later today. Thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.