Skip to content

Commit

Permalink
MINOR: CheckboxSetField::dataValue() returns a string not array.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@91105 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Normann Lou authored and Sam Minnee committed Feb 2, 2011
1 parent 4443df7 commit 5d71f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/CheckboxSetField.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function saveInto(DataObject $record) {
}

/**
* Return the CheckboxSetField value as an array
* Return the CheckboxSetField value as an string
* selected item keys.
*
* @return string
Expand Down

0 comments on commit 5d71f30

Please sign in to comment.