diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 07:50:55 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:50:55 +0000 |
commit | 965d4db26560892024503f538f107604b0f1bb45 (patch) | |
tree | bc9db94824a38c0bb8f559c8ec575e5a3bffafcc /lib/util.php | |
parent | 171d89aab79207f08b3c84d76a4b2bb50185490d (diff) |
Group search
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 0b5abfa48..4b77f7c19 100644 --- a/lib/util.php +++ b/lib/util.php @@ -823,6 +823,8 @@ function common_fancy_url($action, $args=null) return common_path('settings/im'); case 'avatarsettings': return common_path('settings/avatar'); + case 'groupsearch': + return common_path('search/group' . (($args) ? ('?' . http_build_query($args)) : '')); case 'peoplesearch': return common_path('search/people' . (($args) ? ('?' . http_build_query($args)) : '')); case 'noticesearch': |