]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
done delete own profile (see other settings)
[quix0rs-gnu-social.git] / lib / util.php
index eb5667f6a9572cafcea3b1578e76d01b4be3c92f..204ad511ca85b96ab833c4b752b572ca7bda8ea2 100644 (file)
@@ -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
+}