bad signature because variable name was wrong

darcs-hash:20080606180035-84dde-d91a6540a33196a6b76b1d5ba473d79dbc961b93.gz
This commit is contained in:
Evan Prodromou 2008-06-06 14:00:35 -04:00
parent 3fb68b4324
commit 3d0f3095b3
1 changed files with 2 additions and 1 deletions

View File

@ -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