Download & Extend

problems with links_weblink_filter_tips

Project:Links Package
Version:6.x-1.0-beta11
Component:Code: links_weblink.module
Category:bug report
Priority:normal
Assigned:syscrusher
Status:needs review

Issue Summary

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.

AttachmentSize
links_weblink.module.patch952 bytes

Comments

#1

Assigned to:Anonymous» 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

nobody click here