Dammit, typo.

This commit is contained in:
jr conlin
2009-02-17 16:13:18 -08:00
parent 00a96ef829
commit 87f889013b
+1 -1
View File
@@ -344,7 +344,7 @@ class OAuthSimple {
}
function _getTimeStamp() {
return $this->_parameters['stamp'] = time();
return $this->_parameters['oauth_timestamp'] = time();
}
function _normalizedParameters() {