From f428ca1d2efa74edd7edc9795f03dc273f6b7f21 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 15 Apr 2015 17:18:28 +0200 Subject: [PATCH] [FIX] Potential empty variable warning --- include/pages/admin/wallet.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pages/admin/wallet.inc.php b/include/pages/admin/wallet.inc.php index 11a41135..f3ac9d7c 100644 --- a/include/pages/admin/wallet.inc.php +++ b/include/pages/admin/wallet.inc.php @@ -33,6 +33,7 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) { $dAddressCount = 0; $dAccountAddresses = array(); $aGetInfo = array('errors' => 'Unable to connect'); + $aGetPeerInfo = array(); $dBalance = 0; $dNewmint = -1; $_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to wallet RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger');