Closed (fixed)
Project:
Inline and link Drupal objects (Linodef)
Version:
6.x-1.0-rc3
Component:
Filter
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 16:49 UTC
Updated:
28 Aug 2009 at 10:50 UTC
Linodef RC3 has a bug that the options nolink and viewtitle aren't heeded. This patch fixes it. If you aren't familiar with applying patches do this:
Search in linodef/includes/linodef-filter.inc for line 128
$validated_options[$option] = $value;
Replace it with
$validated_options[$option] = TRUE;
Thanks at awakash for reporting!
| Comment | File | Size | Author |
|---|---|---|---|
| linodef_filter_fixnovalueoptions.patch | 705 bytes | Roi Danton |
Comments
Comment #1
Roi Danton commentedTested and commited to D6 branch.