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