diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:09:13 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:09:13 +0000 |
commit | 0b5f0f4faaf04fdf13dbd5dea1f081b9e1cc6071 (patch) | |
tree | ae993bb6ee6c6eaf435b548c261d75b181711f22 /actions/othersettings.php | |
parent | 6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 (diff) |
Renamed form_datas to form_data
Diffstat (limited to 'actions/othersettings.php')
-rw-r--r-- | actions/othersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php index cbb2c0cb9..b542233ca 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -107,7 +107,7 @@ class OthersettingsAction extends AccountSettingsAction 'metamark.net' => 'metamark.net' ); - $this->elementStart('ul', 'form_datas'); + $this->elementStart('ul', 'form_data'); $this->elementStart('li'); $this->dropdown('urlshorteningservice', _('Service'), $services, _('Automatic shortening service to use.'), |