diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:14:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 15:14:12 -0400 |
commit | 52600ce0b063e68e622b19699841e41b5ddbf2d1 (patch) | |
tree | f19fcc9ed0834259d2e5ab2aa22758ddfb7f34a0 /actions/profilesettings.php | |
parent | 3f5ededc01d8eedac2a9a75917849fbe78a3e701 (diff) |
trim whitespace
darcs-hash:20080520191412-84dde-a607dbe848279639630edd1ab4616d05cc2318d1.gz
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r-- | actions/profilesettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php index a0c9527a2..e65840bda 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -76,7 +76,7 @@ class ProfilesettingsAction extends SettingsAction { $this->show_form(_t('Error saving user; invalid.')); return; } - + if (!$user->update($original)) { common_server_error(_t('Couldnt update user.')); return; @@ -99,7 +99,7 @@ class ProfilesettingsAction extends SettingsAction { $this->show_form(_t('Error saving profile; invalid.')); return; } - + if (!$profile->update($orig_profile)) { common_server_error(_t('Couldnt save profile.')); return; |