From 91e0333e19ed7eff15eba85f1dadbac052e452eb Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Sep 2019 17:32:39 +0200 Subject: [PATCH] changed some shit --- dev_mvc/controller/TestUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_mvc/controller/TestUtils.php b/dev_mvc/controller/TestUtils.php index 27f549b..a73bc51 100644 --- a/dev_mvc/controller/TestUtils.php +++ b/dev_mvc/controller/TestUtils.php @@ -8,7 +8,7 @@ class TestUtils{ $loginput = []; $loginput['message'] = $output; $loginput['status'] = $status; - echo($loginput); + echo(json_encode($loginput)); } public static function returnLog(){ echo(json_encode(self::$log));