summaryrefslogtreecommitdiff
path: root/program/steps/settings/about.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-12-06 18:11:29 +0000
committeralecpl <alec@alec.pl>2011-12-06 18:11:29 +0000
commitc33dc1a45100b4a8570f7326d5529759dd0d3932 (patch)
treeda941ee37781be6f20f02a0314e5cfe4d0234e01 /program/steps/settings/about.inc
parentf3ec4270022d9368c0f500d04ecc4a38e59b0401 (diff)
- Fix typos in handling support link label
Diffstat (limited to 'program/steps/settings/about.inc')
-rw-r--r--program/steps/settings/about.inc4
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));
}