Closed (fixed)
Project:
Nodeblock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 05:47 UTC
Updated:
11 Jul 2013 at 12:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
Zardoc commentedHere is a patch containing the above mentioned solution.
Comment #2
frankcarey commentedWorking well in production
Comment #3
mparker17Subscribe.
Comment #4
lambic commented+1, patch is good.
Comment #5
aasarava commented+1, please commit?
Comment #6
brad.bulger commentedcan we be sure that property is always only set to a TRUE value or not set at all? a value of FALSE, for instance, would pass
isset(). if you want to only add the theme file when it's TRUE - seemingly the intent of the original code -!empty()would be better.Comment #7
brad.bulger commentedpatch for above against current 6.x
Comment #8
Johnny vd Laar commentedCommitted your fix here:http://drupalcode.org/project/nodeblock.git/blobdiff/d066de5ae34ea44e9fe...
Thanks for the help.