From cdf125c3e481aab16ea74e176c9664357a2a3fd9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 14:59:50 -0400 Subject: [PATCH] correct urls from fancy url for show-message darcs-hash:20080917185950-5ed1f-27fc1ee8d68df57b8dd687eb4e701beba2269924.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 2fdcb37e39..69fe2a8984 100644 --- a/lib/util.php +++ b/lib/util.php @@ -935,7 +935,7 @@ function common_fancy_url($action, $args=NULL) { return common_path($args['nickname'].'/favorites'); } case 'showmessage': - return common_path('message/' . $args['id']); + return common_path('message/' . $args['message']); case 'newmessage': return common_path('message/new' . (($args) ? ('?' . http_build_query($args)) : '')); default: