mirror of
https://github.com/jrconlin/oauthsimple.git
synced 2026-09-14 18:44:04 +00:00
Dammit, typo.
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ class OAuthSimple {
|
||||
}
|
||||
|
||||
function _getTimeStamp() {
|
||||
return $this->_parameters['stamp'] = time();
|
||||
return $this->_parameters['oauth_timestamp'] = time();
|
||||
}
|
||||
|
||||
function _normalizedParameters() {
|
||||
|
||||
Reference in New Issue
Block a user