From 3de46308a541b7fb85b553e76c4caf4ef6321195 Mon Sep 17 00:00:00 2001 From: Jay Kanakiya Date: Sun, 31 Aug 2014 20:45:49 +0530 Subject: [PATCH] Update for client_secret Must be a typo error. --- github-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api.php b/github-api.php index 9a5f53c..92a3b43 100644 --- a/github-api.php +++ b/github-api.php @@ -57,7 +57,7 @@ function http_request_timeout( $seconds ) { public function set_credentials() { $this->client_id = apply_filters( 'github-embed-client-id', $this->client_id ); - $this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_id ); + $this->client_secret = apply_filters( 'github-embed-client-secret', $this->client_secret ); }