diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-09-07 01:36:04 -0400 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-09-07 01:36:04 -0400 |
commit | 9eca4e08745be9375048577bee2078012aa5cd21 (patch) | |
tree | e1aea64a59437f672f6dbca83d3bd99aab492fbb /lib/util.php | |
parent | 4f19a9462c7f3b0f21204bfe9e3e196c99aa7d73 (diff) |
Fold password form into profile settings
darcs-hash:20080907053604-7b5ce-4e01cefdbab4cc73a28960b265c23abf5e2f2b0a.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 96e781987..5b6b59f80 100644 --- a/lib/util.php +++ b/lib/util.php @@ -837,8 +837,6 @@ function common_fancy_url($action, $args=NULL) { } case 'openidlogin': return common_path('main/openid'); - case 'password': - return common_path('settings/'.$action); case 'profilesettings': return common_path('settings/profile'); case 'emailsettings': |