diff options
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/settings/about.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/settings/about.inc b/program/steps/settings/about.inc index 67763218a..200ec8b73 100644 --- a/program/steps/settings/about.inc +++ b/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)); } |