From 461186e9e6ed717085897151a84f467820d9c173 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Sep 2019 17:24:44 +0200 Subject: [PATCH] fix --- 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 f8d0032..7e4b9ac 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; - array_push(self::log, $loginput); + array_push(self::$log, $loginput); } public static function returnLog(){ echo(json_encode(self::$log));