mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR removed debugging statement (from r88627)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89184 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b25427c732
commit
5082cd8ffb
@ -134,7 +134,6 @@ class CheckboxSetField extends OptionsetField {
|
||||
*/
|
||||
function saveInto(DataObject $record) {
|
||||
$fieldname = $this->name ;
|
||||
var_dump($this);die();
|
||||
if($fieldname && $record && ($record->has_many($fieldname) || $record->many_many($fieldname))) {
|
||||
$idList = array();
|
||||
if($this->value) foreach($this->value as $id => $bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user