diff options
Diffstat (limited to 'lib')
-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 edddcd2a7..eac18e55e 100644 --- a/lib/util.php +++ b/lib/util.php @@ -953,6 +953,8 @@ function common_fancy_url($action, $args=NULL) { return common_path('settings/sms'); case 'twittersettings': return common_path('settings/twitter'); + case 'othersettings': + return common_path('settings/other'); case 'newnotice': if ($args && $args['replyto']) { return common_path('notice/new?replyto='.$args['replyto']); |