php-mpos/public/include/pages/admin
LucasJones dbba22ca67 Fix bug in admin dashboard
Fixes a bug causing the admin dashboard to throw an error, when the wallet has an account name which is an integer (e.g. "1").

This is caused by json_decode decoding the account address as an integer, which is passed to getaddressesbyaccount, throwing an error (as the daemon only accepts string values for account names).
2014-03-28 19:02:06 +00:00
..
dashboard.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
invitations.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
monitoring.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
news_edit.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
news.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
poolworkers.inc.php [FIX] Disable monitor column on admin pool workers 2014-03-11 08:48:34 +01:00
registrations.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
reports.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
settings.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
templates.inc.php [ADDED] Template Editor 2014-03-03 11:44:06 +01:00
transactions.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
user.inc.php [UPDATE] added datatable to user info 2014-03-19 16:09:48 +01:00
wallet.inc.php Fix bug in admin dashboard 2014-03-28 19:02:06 +00:00