summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-31 00:04:16 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:28 -0400
commitb05ab5fc85b320430be9cfe10bf76701c75fc903 (patch)
tree6d4f0444623555d96cee24a6ef38aa0f62a2ecbe /actions
parent764e0ab962018f41db6549393e98a64a7fe12a04 (diff)
daemon_screenname -> daemonScreenname
Diffstat (limited to 'actions')
-rw-r--r--actions/imsettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php
index 662b1063e..1b1bc0dc0 100644
--- a/actions/imsettings.php
+++ b/actions/imsettings.php
@@ -133,7 +133,7 @@ class ImsettingsAction extends ConnectSettingsAction
'message with further instructions. '.
'(Did you add %s to your buddy list?)'),
$transport_info['display'],
- $transport_info['daemon_screenname']));
+ $transport_info['daemonScreenname']));
$this->hidden('screenname', $confirm->address);
// TRANS: Button label to cancel an IM address confirmation procedure.
$this->submit('cancel', _m('BUTTON','Cancel'));