From f4622879f02e2393fe8e35dc6d7f2c0b9ac677cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janis=20Da=CC=88hne?= <janis.daehne@informatik.uni-halle.de> Date: Fri, 5 Jun 2020 18:12:36 +0200 Subject: [PATCH] - fixed typo --- stats/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/public.php b/stats/public.php index 2d0f902..5d21236 100644 --- a/stats/public.php +++ b/stats/public.php @@ -24,7 +24,7 @@ $response = array( if ($isDebug) { - debug(json_encode($respone)); + debug(json_encode($response)); } output($status_code_Ok, "", $response); -- GitLab