Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Mar 11, 2022
1 parent 24e2741 commit f481916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$this->setConfig('secret', '');
}

// Write maintenance to system addOns system config
// Write maintenance to setup addOns system config
$config_file = rex_path::coreData('config.yml');
if ($config = rex_file::get($config_file)) {
$data = rex_string::yamlDecode($config);
Expand Down

0 comments on commit f481916

Please sign in to comment.