diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 43b2f2250..dcdb921d6 100644 --- a/lib/util.php +++ b/lib/util.php @@ -825,9 +825,9 @@ function common_fancy_url($action, $args=NULL) { return common_path('notice/'.$args['notice']); case 'deletenotice': if ($args && $args['notice']) { - return common_path('deletenotice/'.$args['notice']); + return common_path('notice/delete/'.$args['notice']); } else { - return common_path('deletenotice/'); + return common_path('notice/delete'); } case 'xrds': case 'foaf': |