Passed
Push — master ( bfeae7...87a9ab )
by Rakesh
01:57
created
slideshow.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 if(isset($_SESSION['fb_access_token'])){
12 12
     // Get access token from session
13 13
     $accessToken = (string) $_SESSION['fb_access_token'];
14
-}else{
14
+} else{
15 15
     $graphActLink = "https://graph.facebook.com/oauth/access_token?client_id={$appId}&client_secret={$appSecret}&grant_type=client_credentials";
16 16
     
17 17
     // Retrieve access token
Please login to merge, or discard this patch.