diff --git a/ident_switch.php b/ident_switch.php index 3134b65..22491e1 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -390,8 +390,8 @@ class ident_switch extends rcube_plugin { $retVal = array(); - $retVal['common.label'] = self::get_field_value('common', 'label'); - if (strlen($retVal['common.label']) > 32) + $retVal['label'] = self::get_field_value('common', 'label'); + if (strlen($retVal['label']) > 32) $retVal['err'] = 'label.long'; else {