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

Commit b062434

Browse files
committed
Merge pull request #4863 from angaither/dont-set-default-val-without-setting-that-var
This value was set to approved above, but since that's commented out,…
2 parents b4d0a4f + a016999 commit b062434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/dosomething/dosomething_reportback/dosomething_reportback.admin.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function dosomething_reportback_files_form($form, &$form_state, $status = NULL,
194194
'#title' => t('Status'),
195195
'#required' => TRUE,
196196
'#options' => $status_options,
197-
'#default_value' => $status,
197+
// '#default_value' => $status,
198198
),
199199
'promoted_reason' => array(
200200
'#type' => 'checkboxes',

0 commit comments

Comments
 (0)