From: Evan Prodromou Date: Wed, 17 Sep 2008 18:59:50 +0000 (-0400) Subject: correct urls from fancy url for show-message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cdf125c3e481aab16ea74e176c9664357a2a3fd9;p=quix0rs-gnu-social.git correct urls from fancy url for show-message darcs-hash:20080917185950-5ed1f-27fc1ee8d68df57b8dd687eb4e701beba2269924.gz --- 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: