]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fancified openidsettings URL
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 16:13:21 +0000 (12:13 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 16:13:21 +0000 (12:13 -0400)
darcs-hash:20080618161321-84dde-366f585399c0dc0b8412596ebd0abcc61cfc904d.gz

lib/util.php

index 072ab0047b425981be298f489b0c842921dad6bf..aa4f8773942b39e68cf9ca3fc888de30c118e53a 100644 (file)
@@ -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':