Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c012643

Browse files
author
Jamie Snape
committed
Fix issue with environment key on configuration file update
1 parent 02ad282 commit c012643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/controllers/AdminController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public function indexAction()
114114
$config->global->application->name = $this->getParam('name');
115115
$config->global->application->description = $this->getParam('description');
116116
$config->global->application->lang = $this->getParam('lang');
117-
$config->global->environment = $this->getParam('environment');
118117
$config->global->default->timezone = $this->getParam('timezone');
119118
$config->global->defaultlicense = $this->getParam('licenseSelect');
120119
$config->global->dynamichelp = $this->getParam('dynamichelp');

0 commit comments

Comments
 (0)