Fix double HTML escaping in switcher and harden JS edge cases
This commit is contained in:
@@ -209,7 +209,7 @@ class ident_switch extends rcube_plugin
|
||||
}
|
||||
|
||||
$lbl = $r['label'] ?: $r['username'] ?: $r['email'];
|
||||
$accNames[] = rcube::Q($lbl);
|
||||
$accNames[] = $lbl;
|
||||
}
|
||||
|
||||
if (count($accValues) <= 1) {
|
||||
|
||||
Reference in New Issue
Block a user