Corrected syncRates parameter

This commit is contained in:
Mavyre 2019-04-26 14:45:59 +02:00 committed by GitHub
parent 0c432c28a8
commit 485bc8cd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -629,7 +629,7 @@ class MultiCurrency extends CommonObject
* @param array $response array of reponse from api to sync dolibarr rates * @param array $response array of reponse from api to sync dolibarr rates
* @return void * @return void
*/ */
public static function syncRates($response) public static function syncRates($key)
{ {
global $conf, $db, $langs; global $conf, $db, $langs;