diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 12:13:21 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 12:13:21 -0400 |
commit | 0475763c3c4706b5383db1bf2f59b599ec1e17eb (patch) | |
tree | 25558cd5c80ab7a426042af904ff3f27909772cc /lib | |
parent | 052e8eb7a485fe5b7125e4aa6b10013338a5fd66 (diff) |
fancified openidsettings URL
darcs-hash:20080618161321-84dde-366f585399c0dc0b8412596ebd0abcc61cfc904d.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 072ab0047..aa4f87739 100644 --- a/lib/util.php +++ b/lib/util.php @@ -537,6 +537,8 @@ function common_fancy_url($action, $args=NULL) { return common_path('settings/'.$action); case 'profilesettings': return common_path('settings/profile'); + case 'openidsettings': + return common_path('settings/openid'); case 'newnotice': return common_path('notice/new'); case 'shownotice': |