From 70dd803025ffd6174f580fda6b6158e4e83ef699 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 12:39:43 +0100 Subject: [PATCH] Missing semicolon --- src/oauth2server/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oauth2server/Client.php b/src/oauth2server/Client.php index 486f86b4..06c4ed3c 100644 --- a/src/oauth2server/Client.php +++ b/src/oauth2server/Client.php @@ -6,7 +6,7 @@ class Client { protected $id; protected $secret; - protected $redirect_uri + protected $redirect_uri; public function __construct() {