diff --git a/lib/Core.php b/lib/Core.php index 30d64b9..99f8c8f 100644 --- a/lib/Core.php +++ b/lib/Core.php @@ -834,7 +834,7 @@ function GetSparkBarToken($access_token) { $token = null; if (array_key_exists('success', $json)) { - if ($json['success'] == True) { + if ($json['success'] == true) { $token = $json["token"]; } else {