From d0647a721344b8024b88900f8422c6c28f60b6bc Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 6 Dec 2011 18:11:29 +0000 Subject: - Fix typos in handling support link label git-svn-id: https://svn.roundcube.net/trunk@5550 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/about.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/program/steps/settings/about.inc b/roundcubemail/program/steps/settings/about.inc index 67763218a..200ec8b73 100644 --- a/roundcubemail/program/steps/settings/about.inc +++ b/roundcubemail/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)); } -- cgit v1.2.3