Using drupal 6.8.

Two problems, first is error message: Fatal error: Unsupported operand types in /includes/common.inc on line 1369

Second is <em></em> surrounding outputted url.

First seems to be caused by having url() give options as parameters instead of in an array.

Second seems to be caused by using % instead of @ for variable in t().

Have attached patch.

CommentFileSizeAuthor
links_weblink.module.patch952 bytesvivaelamor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher

Bug confirmed in links_weblink for Drupal 5 and 6, and corrected in both. Patch works perfectly in Drupal 6 and was easily backported to Drupal 5. Thanks!

Scott