diff options
author | millette <millette@controlyourself.ca> | 2008-12-04 13:02:33 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-12-04 13:02:33 -0500 |
commit | 6eb506062189557e5e5f40212c4cc7a1faec27fd (patch) | |
tree | 276f5618d8348d25368e2f49e6bcb411a582e59a /lib/util.php | |
parent | 2c7518873eddafcd041fe73a509756155f35ac9a (diff) |
done delete own profile (see other settings)
darcs-hash:20081204180233-099f7-7728ee57876b789278aa1cc35f54e0a422593e5d.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index eb5667f6a..204ad511c 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1107,6 +1107,8 @@ function common_fancy_url($action, $args=NULL) { return common_path('settings/twitter'); case 'othersettings': return common_path('settings/other'); + case 'deleteprofile': + return common_path('settings/delete'); case 'newnotice': if ($args && $args['replyto']) { return common_path('notice/new?replyto='.$args['replyto']); @@ -2160,4 +2162,4 @@ function common_memcache() { function common_compatible_license($from, $to) { # XXX: better compatibility check needed here! return ($from == $to); -}
\ No newline at end of file +} |