Closed (fixed)
Project:
Protected Node
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2008 at 13:14 UTC
Updated:
2 Aug 2008 at 13:53 UTC
I do not know if its a problem with my installation, but the protected node fieldset is not appearing with the downloaded code. The in_array check needs to be changed from !in_array($form['type']['#value'], $types_to_protect) to !(in_array($form['type']['#value'], $types_to_protect))
Comments
Comment #1
atuyo60 commentedsorry, it seems to work now, no idea what happened back there...