Skip to content

Commit

Permalink
setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Feb 29, 2020
1 parent 5b42613 commit a4221c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions module/Application/src/Controller/SetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion module/Application/src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Module {
*
* @since 1.0.0
*/
const VERSION = '1.0.23';
const VERSION = '1.0.24';

public function getConfig() : array
{
Expand Down

0 comments on commit a4221c8

Please sign in to comment.