problems with links_weblink_filter_tips
vivaelamor - January 11, 2009 - 18:48
| Project: | Links Package |
| Version: | 6.x-1.0-beta11 |
| Component: | Code: links_weblink.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | syscrusher |
| Status: | needs review |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| links_weblink.module.patch | 952 bytes |

#1
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