From 25aa5d3c8ae38a6f1d2b03f90663d51e86302c58 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 7 Oct 2010 05:51:32 +0000 Subject: [PATCH] MINOR Fixed documentation in CheckboxSetField (fixes #6068, thanks paradigmincarnate) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111788 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 62c366275..d828432cb 100755 --- a/forms/CheckboxSetField.php +++ b/forms/CheckboxSetField.php @@ -200,7 +200,7 @@ class CheckboxSetField extends OptionsetField { } /** - * Return the CheckboxSetField value as an array + * Return the CheckboxSetField value as a string * selected item keys. * * @return string