summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-02 14:46:43 +0000
committerthomascube <thomas@roundcube.net>2008-03-02 14:46:43 +0000
commitaa9836224019ec670984685acf77cf39d85357be (patch)
tree578e160fcb1858052095bcb78cf3561ffdddd65f /program/include
parent019b5d5518763bebe07a54979c9fa485e621422c (diff)
Minor bug fixes and visual enhancements
Diffstat (limited to 'program/include')
-rw-r--r--program/include/rcube_html.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_html.inc b/program/include/rcube_html.inc
index d5067cd40..d23760ade 100644
--- a/program/include/rcube_html.inc
+++ b/program/include/rcube_html.inc
@@ -636,7 +636,7 @@ class select extends rcube_form_element
$value_str = $this->_conv_case(' value="%s"', 'attrib');
if (!is_array($select))
- $select = array((string)$select);
+ $select = array($select);
foreach ($this->options as $option)
{