summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-06 14:00:35 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-06 14:00:35 -0400
commit3d0f3095b34da8c6bb716f0f5966c58c6ec04f6f (patch)
tree65439991a603da7c73e470266d1092d5713d0dc1 /lib
parent3fb68b43249bd160f2ba148a1080516dec9894c0 (diff)
bad signature because variable name was wrong
darcs-hash:20080606180035-84dde-d91a6540a33196a6b76b1d5ba473d79dbc961b93.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/omb.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/omb.php b/lib/omb.php
index 3bd9b40d6..f22879406 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