Skip to content
Snippets Groups Projects
Commit 51a50644 authored by David Paul's avatar David Paul
Browse files

Update OAuth.php to remove creation of dynamic property

parent 803acf98
Branches master
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ class OAuthException extends Exception {
class OAuthConsumer {
public $key;
public $secret;
public $callback_url;
function __construct($key, $secret, $callback_url=NULL) {
$this->key = $key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment