Skip to content

Commit

Permalink
issue #313
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Dec 1, 2014
1 parent 01087df commit 1992e33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class DataSource_Hybrid_Field_Source_Document extends DataSource_Hybrid_Field_So
protected $_props = array(
'isreq' => TRUE,
'ds_type' => NULL,
'one_to_one' => FALSE
'one_to_one' => FALSE,
'default' => 0
);

public function booleans()
Expand Down

0 comments on commit 1992e33

Please sign in to comment.