Skip to content

Commit

Permalink
Update ecb.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 27, 2023
1 parent 88004b1 commit b7881f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/admin/controller/extension/currency/ecb.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public function uninstall(): void {
/**
* Currency
*
* @return bool|null
* @return mixed
*/
public function currency(): bool|null {
public function currency() {
if ($this->config->get('currency_ecb_status')) {
if ($this->config->get('config_currency_engine') == 'ecb') {
$curl = curl_init();
Expand Down

0 comments on commit b7881f6

Please sign in to comment.