diff options
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r-- | modules/profile/profile.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 48686441a..259836363 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) { $form['fid'] = array('#type' => 'value', '#value' => $fid, ); + $type = $edit['type']; } else { drupal_not_found(); |