From 0475763c3c4706b5383db1bf2f59b599ec1e17eb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 12:13:21 -0400 Subject: fancified openidsettings URL darcs-hash:20080618161321-84dde-366f585399c0dc0b8412596ebd0abcc61cfc904d.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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': -- cgit v1.2.3-54-g00ecf