Needs review
Project:
Links Package
Version:
6.x-1.0-beta11
Component:
Code: links_weblink.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jan 2009 at 18:48 UTC
Updated:
13 Jan 2009 at 03:29 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| links_weblink.module.patch | 952 bytes | vivaelamor |
Comments
Comment #1
syscrusher commentedBug 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