From c33dc1a45100b4a8570f7326d5529759dd0d3932 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 06 Dec 2011 13:11:29 -0500 Subject: [PATCH] - Fix typos in handling support link label --- 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 6776321..200ec8b 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)); } -- Gitblit v1.9.1