From 7b24d101c07ba40b5c8b648bdca0cd6d16ad15f1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Jun 2008 16:06:45 -0400 Subject: fix consumer fetching, nonce making darcs-hash:20080602200645-84dde-c72e2e98a955bdd7768fa39da30660dfcffd0f15.gz --- actions/remotesubscribe.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actions/remotesubscribe.php') 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 -- cgit v1.2.3-54-g00ecf