diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 08:19:16 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 08:19:16 +0000 |
commit | 843358be44b9b107441cbc2e35d7794343762fb0 (patch) | |
tree | 13340f691c0896611dacc07ac613750574898fd3 /lib/util.php | |
parent | 50b9f5f6c55d13666da1d2ca03c583282e9afa55 (diff) | |
parent | 85321cede0abba7a5d08fad7fcb348d1bacc98b3 (diff) |
Merge branch 'master' of ../trunk
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': |