fix last commit, invalid php

This commit is contained in:
Tanguy Pruvot 2017-03-30 07:17:10 +02:00
parent 05950ffd93
commit b07117093c

View file

@ -1075,7 +1075,7 @@ function updateLiveCoinMarkets()
debuglog("$exchange: deposit address for {$coin->symbol} updated");
$market->save();
} else {
debuglog("$exchange: Failed to update deposit address, ".json_decode($data);
debuglog("$exchange: Failed to update deposit address, ".json_decode($data));
}
}
}