From: CiaranG Date: Thu, 4 Sep 2008 20:19:21 +0000 (-0400) Subject: Fix typo in finishremotesubscribe X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=95d9920d7861fb4a070a2ac2ebe19deb7432c5ab;p=quix0rs-gnu-social.git Fix typo in finishremotesubscribe darcs-hash:20080904201921-f6e2c-44a5fc1dbf699b9c2b6919eaabd7db12c7c65ef8.gz --- diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index 80c259c3d7..ae62fe4b32 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -42,7 +42,7 @@ class FinishremotesubscribeAction extends Action { common_debug('stored request: '.print_r($omb,true), __FILE__); - commom_remove_magic_from_request(); + common_remove_magic_from_request(); $req = OAuthRequest::from_request(); $token = $req->get_parameter('oauth_token');