diff --git a/stats/private.php b/stats/private.php index 205db36ec7f10145bedb865046ae03e915077d1e..9ad60227eb6153a8ef35f6fe3a24e285f967177c 100644 --- a/stats/private.php +++ b/stats/private.php @@ -37,7 +37,7 @@ $response = array( if ($isDebug) { - debug(json_encode($respone)); + debug(json_encode($response)); } output($status_code_Ok, "", $response);