Index: imce.core.profiles.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imce/inc/imce.core.profiles.inc,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 imce.core.profiles.inc --- imce.core.profiles.inc 14 May 2010 19:55:44 -0000 1.1.2.1 +++ imce.core.profiles.inc 18 Aug 2010 01:35:35 -0000 @@ -70,7 +70,7 @@ //create profile $profile_name = $user_roles[$rid]; - $profiles[$index] = imce_construct_profile($profile_name, $fsize, $quota, 0, $ext, $set['width'] .'x'. $set['height'], 1, $dirs, $thumbs); + $profiles[$index] = imce_construct_profile($profile_name, 1, $fsize, $quota, 0, $ext, $set['width'] .'x'. $set['height'], 1, $dirs, $thumbs); //assign the profile to the role. $role_profile[$rid] = array('pid' => $index, 'weight' => $weights[$rid]);