try some scoping
darcs-hash:20080709223803-84dde-c04d91be4d0a39d173297633cf5cad464ea52c4e.gz
This commit is contained in:
parent
5d525893c3
commit
f09382f9a4
|
@ -775,9 +775,9 @@ function common_fancy_url($action, $args=NULL) {
|
||||||
case 'imsettings':
|
case 'imsettings':
|
||||||
return common_path('settings/im');
|
return common_path('settings/im');
|
||||||
case 'peoplesearch':
|
case 'peoplesearch':
|
||||||
return common_path('search/people' . ($args) ? ('?' . http_build_query($args)) : '');
|
return common_path('search/people' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||||
case 'noticesearch':
|
case 'noticesearch':
|
||||||
return common_path('search/notice' . ($args) ? ('?' . http_build_query($args)) : '');
|
return common_path('search/notice' . (($args) ? ('?' . http_build_query($args)) : ''));
|
||||||
default:
|
default:
|
||||||
return common_simple_url($action, $args);
|
return common_simple_url($action, $args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user