summaryrefslogtreecommitdiff
path: root/actions/profilesettings.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/profilesettings.php
parent6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 (diff)
Renamed form_datas to form_data
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r--actions/profilesettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php
index 12251b83b..6dd4775e5 100644
--- a/actions/profilesettings.php
+++ b/actions/profilesettings.php
@@ -93,7 +93,7 @@ class ProfilesettingsAction extends AccountSettingsAction
# too much common patterns here... abstractable?
- $this->elementStart('ul', 'form_datas');
+ $this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('nickname', _('Nickname'),
($this->arg('nickname')) ? $this->arg('nickname') : $profile->nickname,