From f482bf68956617cdd5c84f5c515ae30d7a0a0bd7 Mon Sep 17 00:00:00 2001 From: "jacob.viertel@wunderbyte.at" Date: Tue, 20 Aug 2024 08:52:48 +0200 Subject: [PATCH] Linting: linting code --- classes/pluginsInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/pluginsInstaller.php b/classes/pluginsInstaller.php index 3bf5cd1..9725620 100755 --- a/classes/pluginsInstaller.php +++ b/classes/pluginsInstaller.php @@ -248,7 +248,7 @@ public function get_github_file_content($url) { curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'User-Agent: PHP-cURL-Request', - 'Authorization: ' . $token + 'Authorization: ' . $token, ]); $response = curl_exec($ch); curl_close($ch);