From 5d71f30794eeb9df353a19a8a9a2ccbaefa8a763 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Mon, 9 Nov 2009 22:09:27 +0000 Subject: [PATCH] MINOR: CheckboxSetField::dataValue() returns a string not array. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@91105 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/CheckboxSetField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/CheckboxSetField.php b/forms/CheckboxSetField.php index abbb14f65..75d25497f 100755 --- a/forms/CheckboxSetField.php +++ b/forms/CheckboxSetField.php @@ -157,7 +157,7 @@ class CheckboxSetField extends OptionsetField { } /** - * Return the CheckboxSetField value as an array + * Return the CheckboxSetField value as an string * selected item keys. * * @return string