From a4221c8e6acf708890813bb527e26b8386be9571 Mon Sep 17 00:00:00 2001 From: Praesidiarius Date: Sat, 29 Feb 2020 15:04:39 +0100 Subject: [PATCH] setup fix --- composer.json | 2 +- module/Application/src/Controller/SetupController.php | 3 --- module/Application/src/Module.php | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d19b6d2..236c83a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oneplace/oneplace-core", "description": "onePlace Core Application", "type": "project", - "version": "1.0.23", + "version": "1.0.24", "license": "BSD-3-Clause", "keywords": [ "laminas", diff --git a/module/Application/src/Controller/SetupController.php b/module/Application/src/Controller/SetupController.php index d172707..68c2603 100644 --- a/module/Application/src/Controller/SetupController.php +++ b/module/Application/src/Controller/SetupController.php @@ -49,9 +49,6 @@ public function __construct($oServiceManager) { public function indexAction() { $this->layout('layout/json'); - echo 'FU!!!'; - return false; - # Set Layout based on users theme $this->layout('layout/setup'); diff --git a/module/Application/src/Module.php b/module/Application/src/Module.php index c6c2945..730810d 100644 --- a/module/Application/src/Module.php +++ b/module/Application/src/Module.php @@ -27,7 +27,7 @@ class Module { * * @since 1.0.0 */ - const VERSION = '1.0.23'; + const VERSION = '1.0.24'; public function getConfig() : array {