summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 2fdcb37e3..69fe2a898 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: