From 4f1c30fd882211186a1e8609e500a6d2683098dc Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 5 Sep 2008 15:47:32 -0400 Subject: Conflated Avatar and Profile settings + removed a bunch of unnecessary whitespace darcs-hash:20080905194732-7b5ce-2797acd4d04f3b02c4ad67be629badbae469e8ed.gz --- lib/settingsaction.php | 3 --- lib/util.php | 1 - 2 files changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 9aa5247d9..00bec4274 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -86,9 +86,6 @@ class SettingsAction extends Action { 'emailsettings' => array(_('Email'), _('Change email handling')), - 'avatar' => - array(_('Avatar'), - _('Upload a new profile image')), 'password' => array(_('Password'), _('Change your password')), diff --git a/lib/util.php b/lib/util.php index 016821c57..96e781987 100644 --- a/lib/util.php +++ b/lib/util.php @@ -837,7 +837,6 @@ function common_fancy_url($action, $args=NULL) { } case 'openidlogin': return common_path('main/openid'); - case 'avatar': case 'password': return common_path('settings/'.$action); case 'profilesettings': -- cgit v1.2.3-54-g00ecf