Index: imce.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imce/imce.module,v retrieving revision 1.23.2.2 diff -b -w -r1.23.2.2 imce.module 154c154 < if ($roles_profiles[$rid]['pid']) { --- > if (isset($roles_profiles[$rid]) && $roles_profiles[$rid]['pid']) {