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!

CommentFileSizeAuthor
linodef_filter_fixnovalueoptions.patch705 bytesRoi Danton
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Roi Danton’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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