From a17f8c096ea8644a7c987603c7ab40d24bd5f2ab Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 20 Sep 2019 11:31:26 +0200 Subject: [PATCH] fixed missing semicolon --- dev_mvc/model/testactions/TestAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_mvc/model/testactions/TestAction.php b/dev_mvc/model/testactions/TestAction.php index f20bcca..33d2dbb 100644 --- a/dev_mvc/model/testactions/TestAction.php +++ b/dev_mvc/model/testactions/TestAction.php @@ -35,6 +35,6 @@ class TestAction{ break; } } - echo('
ACTION SUCCESSFUL
') + echo('
ACTION SUCCESSFUL
'); } } \ No newline at end of file