diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-09-30 21:01:52 -0400 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-09-30 21:01:52 -0400 |
commit | 978c3719626d7cedf948a32f1e418adfee5cc162 (patch) | |
tree | f04af659d3102fdea4e5a4fc52b267e5c80d01da /scripts | |
parent | f9cb092cc33308522dace0d3177058a170128afb (diff) | |
download | brdo-978c3719626d7cedf948a32f1e418adfee5cc162.tar.gz brdo-978c3719626d7cedf948a32f1e418adfee5cc162.tar.bz2 |
Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/generate-d7-content.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/generate-d7-content.sh b/scripts/generate-d7-content.sh index 364a25c92..1e1d13fa9 100644 --- a/scripts/generate-d7-content.sh +++ b/scripts/generate-d7-content.sh @@ -129,8 +129,7 @@ if (module_exists('taxonomy')) { } else { $instance['widget'] = array( - 'type' => 'select', - 'module' => 'options', + 'type' => 'options_select', 'settings' => array(), ); } |