summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 12:13:21 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 12:13:21 -0400
commit0475763c3c4706b5383db1bf2f59b599ec1e17eb (patch)
tree25558cd5c80ab7a426042af904ff3f27909772cc /lib
parent052e8eb7a485fe5b7125e4aa6b10013338a5fd66 (diff)
fancified openidsettings URL
darcs-hash:20080618161321-84dde-366f585399c0dc0b8412596ebd0abcc61cfc904d.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
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':