]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix the invite url
authorEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 19:34:50 +0000 (15:34 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 19:34:50 +0000 (15:34 -0400)
darcs-hash:20080825193450-84dde-a9a2e16b65c21a22adcb5574c4040d401513e961.gz

lib/util.php

index 9d54e210862e812cca769ae6902d1df9f743106f..0b463b211cd609a2b5b3a133d6a931460a2a2f56 100644 (file)
@@ -819,6 +819,7 @@ function common_fancy_url($action, $args=NULL) {
         case 'register':
         case 'subscribe':
         case 'unsubscribe':
+        case 'invite':
                return common_path('main/'.$action);
         case 'remotesubscribe':
                if ($args && $args['nickname']) {
@@ -907,8 +908,6 @@ function common_fancy_url($action, $args=NULL) {
                return common_path($path . (($args) ? ('?' . http_build_query($args)) : ''));
         case 'tags':
                return common_path('tags' . (($args) ? ('?' . http_build_query($args)) : ''));
-        case 'invite':
-               return common_path('invite');
         default:
                return common_simple_url($action, $args);
        }