Skip to content

Commit

Permalink
Fix handling of some attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Oct 8, 2024
1 parent f6cb359 commit 57f7c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatomoTracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ protected function sendRequest($url, $method = 'GET', $data = null, $force = fal
curl_setopt_array($ch, $options);
ob_start();
$response = @curl_exec($ch);

try {
$header = '';

Expand Down

0 comments on commit 57f7c58

Please sign in to comment.