From b07117093c1d7c528a14b1b7319ef8203b77db1d Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Thu, 30 Mar 2017 07:17:10 +0200 Subject: [PATCH] fix last commit, invalid php --- web/yaamp/core/backend/markets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/yaamp/core/backend/markets.php b/web/yaamp/core/backend/markets.php index 3f23e06..e493675 100644 --- a/web/yaamp/core/backend/markets.php +++ b/web/yaamp/core/backend/markets.php @@ -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)); } } }