diff --git a/app/View/Attributes/add.ctp b/app/View/Attributes/add.ctp index d0294a631..4bdfe9ec3 100755 --- a/app/View/Attributes/add.ctp +++ b/app/View/Attributes/add.ctp @@ -27,7 +27,7 @@
Form->input('to_ids', array( - 'checked' => true, + 'checked' => false, 'data-content' => isset($attrDescriptions['signature']['formdesc']) ? $attrDescriptions['signature']['formdesc'] : $attrDescriptions['signature']['desc'], 'label' => 'IDS Signature?', ));