Skip to content

Commit

Permalink
Preference getPostdata for things like XML Importer as this handles s…
Browse files Browse the repository at this point in the history
…ingle/multiple better. RE: #76
  • Loading branch information
brendo committed Feb 15, 2015
1 parent e1d1958 commit 4bdd68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fields/field.selectbox_link.php
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ public function prepareTextValue($data, $entry_id = null) {

public function getImportModes() {
return array(
'getValue' => ImportableField::STRING_VALUE,
'getPostdata' => ImportableField::ARRAY_VALUE
'getPostdata' => ImportableField::ARRAY_VALUE,
'getValue' => ImportableField::STRING_VALUE
);
}

Expand Down

0 comments on commit 4bdd68c

Please sign in to comment.