Skip to content

Commit

Permalink
Update ecb.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 10, 2024
1 parent a978550 commit 052e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/currency/ecb.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function currency() {
}
}

if ($currencies) {
if (count($currencies) > 1) {
$this->load->model('localisation/currency');
$this->load->model('extension/currency/ecb');

Expand Down

0 comments on commit 052e392

Please sign in to comment.