Skip to content

Commit

Permalink
minor fix: no lowercasing source in listproviders
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Jul 21, 2023
1 parent 771883c commit 34b46fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OpencastApi/Rest/OcListProvidersApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function getList($source)
'reason' => 'API Version (>= 1.10.0) is required'
];
}
$source = strtolower($source);
$uri = self::URI . "/{$source}.json";
return $this->restClient->performGet($uri);
}
Expand Down

0 comments on commit 34b46fb

Please sign in to comment.