From 0876b60006da7f0ac2d6a4a01b50117a2ecca6b1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 21 Jul 2008 04:37:58 -0400 Subject: rewrite for settings of sms darcs-hash:20080721083758-84dde-76534893df215e9754c00c1e0a6d6351f64f1818.gz --- 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 e49bb3749..62f7abc9e 100644 --- a/lib/util.php +++ b/lib/util.php @@ -742,6 +742,8 @@ function common_fancy_url($action, $args=NULL) { return common_path('settings/email'); case 'openidsettings': return common_path('settings/openid'); + case 'smssettings': + return common_path('settings/sms'); case 'newnotice': if ($args && $args['replyto']) { return common_path('notice/new?replyto='.$args['replyto']); -- cgit v1.2.3-54-g00ecf