[FIX] PHP Notice if wallet down

This commit is contained in:
Sebastian Grewe 2014-02-28 09:28:50 +01:00
parent 6544bc5cba
commit dbd26e8be1

View File

@ -28,6 +28,9 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
$dNewmint = -1; $dNewmint = -1;
} }
} else { } else {
$dWalletAccounts = array();
$dAddressCount = 0;
$dAccountAddresses = array();
$aGetInfo = array('errors' => 'Unable to connect'); $aGetInfo = array('errors' => 'Unable to connect');
$dBalance = 0; $dBalance = 0;
$dNewmint = -1; $dNewmint = -1;