diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-06 18:11:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-06 18:11:29 +0000 |
| commit | d0647a721344b8024b88900f8422c6c28f60b6bc (patch) | |
| tree | cb3245ba553825d92efb6306d89b73e1a40a20e4 /roundcubemail/program | |
| parent | e96d39cefd6e767faae32553db20a3fc5cd56980 (diff) | |
- Fix typos in handling support link label
git-svn-id: https://svn.roundcube.net/trunk@5550 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/settings/about.inc | 4 |
1 files 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)); } |
