summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index e7a9abb18..3dea07f16 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -358,4 +358,8 @@ class RemotesubscribeAction extends Action {
common_redirect($req->to_url());
return;
}
+
+ function make_nonce() {
+ return common_good_rand(16);
+ }
} \ No newline at end of file