]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
wrong action for groups
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 24 Jan 2009 10:26:28 +0000 (11:26 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 24 Jan 2009 10:26:28 +0000 (11:26 +0100)
lib/util.php

index ede8db6b69d6c4a1f74c5141ac6a28558c60c87d..b5b194519e37598b260cfba818673069c0bf0e74 100644 (file)
@@ -905,7 +905,7 @@ function common_fancy_url($action, $args=null)
      case 'usergroups':
         return common_path($args['nickname'].'/groups' . (($args) ? ('?' . http_build_query($args)) : ''));
      case 'groups':
-        return common_path('search/group' . (($args) ? ('?' . http_build_query($args)) : ''));
+        return common_path('group' . (($args) ? ('?' . http_build_query($args)) : ''));
      default:
         return common_simple_url($action, $args);
     }