mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed handle params
This commit is contained in:
parent
c3f55e67d8
commit
1010be1bfd
@ -9,7 +9,7 @@ class getExchange
|
||||
$this->currency = $currency;
|
||||
}
|
||||
|
||||
public function handle($currency = null)
|
||||
public function handle()
|
||||
{
|
||||
$exchange_xml = simplexml_load_file(setting_value('visiosoft.module.advs::tcmb_exchange_url') . '/today.xml');
|
||||
$exchange_xml = json_decode(json_encode($exchange_xml), TRUE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user