summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-20 16:19:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-20 16:19:24 +0000
commit4a187d271bcab4c5eead39a9d303722e216bcb5e (patch)
tree3189324122a400ae5ef90bf50fdcaf0bb0d1cb1b /modules/trigger
parent816752c5f907ccd3c7b72c230fba7031076f4723 (diff)
downloadbrdo-4a187d271bcab4c5eead39a9d303722e216bcb5e.tar.gz
brdo-4a187d271bcab4c5eead39a9d303722e216bcb5e.tar.bz2
#936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.admin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/trigger/trigger.admin.inc b/modules/trigger/trigger.admin.inc
index 6bccdbb08..639570adc 100644
--- a/modules/trigger/trigger.admin.inc
+++ b/modules/trigger/trigger.admin.inc
@@ -182,6 +182,7 @@ function trigger_assign_form($form, $form_state, $module, $hook, $label) {
'#title' => t('List of trigger actions when !description', array('!description' => $label)),
'#title_display' => 'invisible',
'#options' => $options,
+ '#empty_option' => t('Choose an action'),
);
$form[$hook]['parent']['submit'] = array(
'#type' => 'submit',