diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-09-13 20:32:08 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-09-13 20:32:08 +0000 |
commit | 0c8186592c6566bede22e4f567b04dddad7c493b (patch) | |
tree | 31534caf6b8f42f065d57bc6564896d24e81e4f8 /views | |
parent | f836bb2d109261a9b1bcdb2de4d6f8274df73e38 (diff) | |
download | elgg-0c8186592c6566bede22e4f567b04dddad7c493b.tar.gz elgg-0c8186592c6566bede22e4f567b04dddad7c493b.tar.bz2 |
radio input was overriding other radio inputs in a non-backwards-compatible way
Diffstat (limited to 'views')
-rw-r--r-- | views/default/input/radio.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/views/default/input/radio.php b/views/default/input/radio.php deleted file mode 100644 index bce969b07..000000000 --- a/views/default/input/radio.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php
-
-$overrides = array(
- 'type' => 'radio',
-);
-
-$args = array_merge($vars, $overrides);
-
-echo elgg_view('input/default', $args);
\ No newline at end of file |