diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-25 23:42:09 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-25 23:42:09 -0400 |
commit | 7e8a58923f5e59c1310e9d20779bf70c99496905 (patch) | |
tree | 2b56d27be32a0e890dd2b26364b4017f8012ecc4 /lib/util.php | |
parent | b5bd56766869e073c184050d19cb7dda576afd61 (diff) |
change 'deletenotice' to 'notice/delete'
darcs-hash:20080726034209-84dde-02b25960aeb361319f8037b17aed6290d477cf7b.gz
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': |