summaryrefslogtreecommitdiffstats
path: root/system/helpers/form_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/helpers/form_helper.php')
-rw-r--r--system/helpers/form_helper.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php
index c77069c55..f8c6a9dde 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -483,8 +483,6 @@ if ( ! function_exists('form_radio'))
is_array($data) OR $data = array('name' => $data);
$data['type'] = 'radio';
- $extra = _attributes_to_string($extra);
-
return form_checkbox($data, $value, $checked, $extra);
}
}