From 965d4db26560892024503f538f107604b0f1bb45 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Fri, 23 Jan 2009 07:50:55 +0000 Subject: Group search --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.php') 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': -- cgit v1.2.3-54-g00ecf