alecpl
2011-12-06 c33dc1a45100b4a8570f7326d5529759dd0d3932
- Fix typos in handling support link label


1 files modified
4 ■■■■ changed files
program/steps/settings/about.inc 4 ●●●● patch | view | raw | blame | history
program/steps/settings/about.inc
@@ -24,9 +24,9 @@
function rcmail_supportlink($attrib)
{
  global $RCMAIL;
  if ($url = $RCMAIL->config->get('support_url')) {
    $label = $attrub['label'] ? $attrub['label'] : 'support';
    $label = $attrib['label'] ? $attrib['label'] : 'support';
    $attrib['href'] = $url;
    return html::a($attrib, rcube_label($label));
  }