--- modr8.module.orig 2008-07-01 16:47:50.000000000 +0200 +++ modr8.module 2008-07-01 16:44:43.000000000 +0200 @@ -130,7 +130,7 @@ function modr8_form_alter(&$form, $form_state, $form_id) { - if (isset($form['type']) && $form['type']['#value'] .'_node_form' == $form_id) { + if (isset($form['type']['#value']) && $form['type']['#value'] .'_node_form' == $form_id) { $moderate_checkbox = array( '#type' => 'checkbox',