From 940b14952aca8490d7ad854f3356554edfc3a58c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 20 Jun 2008 02:28:47 -0400 Subject: fancy url for confirmation of email darcs-hash:20080620062847-84dde-e7dd5ea325b1cbbf3cb5e3668851750497242e64.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 42c9a1a0b..646d93c3b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -573,6 +573,8 @@ function common_fancy_url($action, $args=NULL) { } else { return common_path($args['nickname']); } + case 'confirmemail': + return common_path('main/confirmemail/'.$args['code']); default: return common_simple_url($action, $args); } -- cgit v1.2.3-54-g00ecf