bad signature because variable name was wrong
darcs-hash:20080606180035-84dde-d91a6540a33196a6b76b1d5ba473d79dbc961b93.gz
This commit is contained in:
parent
3fb68b4324
commit
3d0f3095b3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user