From 3d0f3095b34da8c6bb716f0f5966c58c6ec04f6f Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Fri, 6 Jun 2008 14:00:35 -0400
Subject: [PATCH] bad signature because variable name was wrong

darcs-hash:20080606180035-84dde-d91a6540a33196a6b76b1d5ba473d79dbc961b93.gz
---
 lib/omb.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/omb.php b/lib/omb.php
index 3bd9b40d6e..f22879406b 100644
--- a/lib/omb.php
+++ b/lib/omb.php
@@ -151,7 +151,8 @@ function omb_post_notice($notice, $remote_profile, $subscription) {
 														   array('notice' =>
 																 $notice->id)));
 	$req->set_parameter('omb_notice_license', $config['license']['url']);
-	$req->sign_request(omb_hmac_sha1(), $con, $tok);
+	
+	$req->sign_request(omb_hmac_sha1(), $con, $token);
 
 	# We re-use this tool's fetcher, since it's pretty good
 
-- 
2.39.5