From 87f889013bf3c42483ff221bf61e84db1c710de2 Mon Sep 17 00:00:00 2001 From: jr conlin Date: Tue, 17 Feb 2009 16:13:18 -0800 Subject: [PATCH] Dammit, typo. --- php/OAuthSimple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/OAuthSimple.php b/php/OAuthSimple.php index ff57933..df89050 100644 --- a/php/OAuthSimple.php +++ b/php/OAuthSimple.php @@ -344,7 +344,7 @@ class OAuthSimple { } function _getTimeStamp() { - return $this->_parameters['stamp'] = time(); + return $this->_parameters['oauth_timestamp'] = time(); } function _normalizedParameters() {