Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 32e58f5

Browse files
Merge pull request #2127 from aaronschachter/old_people_copy
Fixes Old People Copy bug in Signup Data Form
2 parents 5cdf1b4 + 3fcdc2e commit 32e58f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/dosomething/dosomething_signup/dosomething_signup.signup_data_form.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function _dosomething_signup_node_signup_data_form(&$form, &$form_state) {
8989
$form[$fieldset]['config'][$prefix . 'old_people_copy'] = array(
9090
'#type' => 'textarea',
9191
'#title' => t('Old People copy'),
92-
'#default_value' => $values['link_text'],
92+
'#default_value' => $values['old_people_copy'],
9393
'#description' => t('The copy displayed in the modal form for Old People.'),
9494
// Should only be visible if old peeps can't submit.
9595
'#states' => array(

0 commit comments

Comments
 (0)