summaryrefslogtreecommitdiff
path: root/scripts/generate-d7-content.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-d7-content.sh')
-rw-r--r--scripts/generate-d7-content.sh3
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(),
);
}