From 978c3719626d7cedf948a32f1e418adfee5cc162 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 30 Sep 2012 21:01:52 -0400 Subject: Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info. --- scripts/generate-d7-content.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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(), ); } -- cgit v1.2.3