We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da18783 commit 8db19f0Copy full SHA for 8db19f0
upload/admin/model/extension/currency/ecb.php
@@ -6,7 +6,7 @@ public function editValueByCode($code, $value) {
6
$this->cache->delete('currency');
7
}
8
9
- public function refresh() {
+ public function refresh($default = '') {
10
if ($this->config->get('ecb_status')) {
11
if ($this->config->get('config_currency_engine') == 'ecb') {
12
$curl = curl_init();
0 commit comments