From 3222792533b4990d4c78da5e5b75a737d823d4a0 Mon Sep 17 00:00:00 2001 From: Neozonz Date: Tue, 21 Jan 2014 20:14:13 -0500 Subject: [PATCH] [BUG FIX] Missing JSON --- public/include/pages/api/gethourlyhashrates.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/pages/api/gethourlyhashrates.inc.php b/public/include/pages/api/gethourlyhashrates.inc.php index 64ee56b8..d9dfea0a 100644 --- a/public/include/pages/api/gethourlyhashrates.inc.php +++ b/public/include/pages/api/gethourlyhashrates.inc.php @@ -16,7 +16,7 @@ $data = array( 'pool' => $statistics->getHourlyHashrateByPool() ); -echo $api->json($data); +echo $api->get_json($data); // Supress master template $supress_master = 1;