Skip to content

Commit f7fe1c7

Browse files
committed
closes #628
1 parent 463c71c commit f7fe1c7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/install/actions-installation.php

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
Sessions::set("fti.accountCreated", true);
251251

252252
// now set up the remainder of the script
253+
Installation::updateDatabaseSettings();
253254
Hooks::updateAvailableHooks();
254255
Modules::updateModuleList();
255256
Themes::updateThemeList();

src/install/index.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
<head>
2626
<title><?php echo $LANG["phrase_ft_installation"]; ?></title>
2727
<link rel="Form Tools icon" href="../themes/default/images/favicon.ico">
28-
<?php if (!Core::isDevMode()) { ?>
29-
<link rel="stylesheet" href="../react/main.css">
30-
<?php } ?>
28+
<link rel="stylesheet" href="../react/main.css">
3129
</head>
3230
<body>
3331
<div id="root"></div>

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = (env) => {
2626
{
2727
test: /\.scss$/,
2828
use: [
29-
isDev ? 'style-loader' : MiniCssExtractPlugin.loader,
29+
MiniCssExtractPlugin.loader,
3030
{
3131
loader: 'css-loader',
3232
options: {

0 commit comments

Comments
 (0)