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

atuyo60’s picture

Status: Active » Closed (fixed)

sorry, it seems to work now, no idea what happened back there...