Options without values are not heeded

Roi Danton - August 8, 2009 - 16:49
Project:Inline and link Drupal objects (Linodef)
Version:6.x-1.0-rc3
Component:Filter
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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!

AttachmentSize
linodef_filter_fixnovalueoptions.patch705 bytes

#1

Roi Danton - August 14, 2009 - 10:49
Status:needs review» fixed

Tested and commited to D6 branch.

#2

System Message - August 28, 2009 - 10:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.