From: Evan Prodromou Date: Fri, 6 Jun 2008 18:00:35 +0000 (-0400) Subject: bad signature because variable name was wrong X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d0f3095b34da8c6bb716f0f5966c58c6ec04f6f;p=quix0rs-gnu-social.git bad signature because variable name was wrong darcs-hash:20080606180035-84dde-d91a6540a33196a6b76b1d5ba473d79dbc961b93.gz --- 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