case 'imsettings':
return common_path('settings/im');
case 'peoplesearch':
- return common_path('search/people' . ($args) ? ('?' . http_build_query($args)) : '');
+ return common_path('search/people' . (($args) ? ('?' . http_build_query($args)) : ''));
case 'noticesearch':
- return common_path('search/notice' . ($args) ? ('?' . http_build_query($args)) : '');
+ return common_path('search/notice' . (($args) ? ('?' . http_build_query($args)) : ''));
default:
return common_simple_url($action, $args);
}