dhruvil12 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Wrong Exception Message in OAuthStoreSession.php constructor #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use session as store
2. Dont pass required parameters
3. Watch the message in the exception message

What is the expected output? What do you see instead?
  The message should show
  "OAuthStoreSession needs consumer_key and consumer_secret"

  Im seeing instead
  "OAuthStoreSession needs consumer_token and consumer_secret"

What version of the product are you using? On what operating system?
oauth-php-155.tar.gz
Windows / Linux / OsX

Please provide any additional information below.
just change the exception message to the one pointed in "what is expected 
output" bullet.

Original issue reported on code.google.com by enkil2...@gmail.com on 1 Dec 2010 at 6:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r179.

Original comment by brunobg%...@gtempaccount.com on 9 Dec 2010 at 7:59

GoogleCodeExporter commented 9 years ago
Fixed on r179. Thanks a lot.

Original comment by brunobg%...@gtempaccount.com on 9 Dec 2010 at 7:59