diff --git a/uc_roles/uc_roles.module b/uc_roles/uc_roles.module
index 4270124..d882a7e 100644
--- a/uc_roles/uc_roles.module
+++ b/uc_roles/uc_roles.module
@@ -751,7 +751,7 @@ function uc_roles_feature_form($form, &$form_state, $node, $feature) {
     '#description' => t('Expire the role at the beginning of this day.'),
   );
   if ($end_time) {
-    $form['role_lifetime']['uc_roles_expire_absolute']['#default_value'] = $end_time;
+    $form['role_lifetime']['absolute']['uc_roles_expire_absolute']['#default_value'] = $end_time;
   }
   $form['role_lifetime']['uc_roles_by_quantity'] = array(
     '#type' => 'checkbox',
