summaryrefslogtreecommitdiff
path: root/actions/imsettings.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 03:09:13 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 03:09:13 +0000
commit0b5f0f4faaf04fdf13dbd5dea1f081b9e1cc6071 (patch)
treeae993bb6ee6c6eaf435b548c261d75b181711f22 /actions/imsettings.php
parent6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 (diff)
Renamed form_datas to form_data
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r--actions/imsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php
index edbd81b57..e0f5ede3a 100644
--- a/actions/imsettings.php
+++ b/actions/imsettings.php
@@ -113,7 +113,7 @@ class ImsettingsAction extends ConnectSettingsAction
$this->hidden('jabber', $confirm->address);
$this->submit('cancel', _('Cancel'));
} else {
- $this->elementStart('ul', 'form_datas');
+ $this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('jabber', _('IM Address'),
($this->arg('jabber')) ? $this->arg('jabber') : null,
@@ -131,7 +131,7 @@ class ImsettingsAction extends ConnectSettingsAction
$this->elementStart('fieldset', array('id' => 'settings_im_preferences'));
$this->element('legend', null, _('Preferences'));
- $this->elementStart('ul', 'form_datas');
+ $this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->checkbox('jabbernotify',
_('Send me notices through Jabber/GTalk.'),