Index: server/pifr_server.environment.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_review/server/pifr_server.environment.inc,v retrieving revision 1.8 diff -u -r1.8 pifr_server.environment.inc --- server/pifr_server.environment.inc 16 Oct 2009 02:44:29 -0000 1.8 +++ server/pifr_server.environment.inc 28 Oct 2009 03:13:25 -0000 @@ -111,7 +111,7 @@ '#title' => t('Review'), '#description' => t('Configure the review to take place.'), '#collapsible' => TRUE, - '#collapsed' => TRUE, + '#collapsed' => (bool) $environment_id, ); $form['environment']['review']['plugin'] = array( '#type' => 'select',