- Fix typos in handling support link label

pull/1/head
alecpl 13 years ago
parent f3ec427002
commit c33dc1a451

@ -24,9 +24,9 @@
function rcmail_supportlink($attrib) function rcmail_supportlink($attrib)
{ {
global $RCMAIL; global $RCMAIL;
if ($url = $RCMAIL->config->get('support_url')) { if ($url = $RCMAIL->config->get('support_url')) {
$label = $attrub['label'] ? $attrub['label'] : 'support'; $label = $attrib['label'] ? $attrib['label'] : 'support';
$attrib['href'] = $url; $attrib['href'] = $url;
return html::a($attrib, rcube_label($label)); return html::a($attrib, rcube_label($label));
} }

Loading…
Cancel
Save