diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php index ddb9d7eaa..cf1ac2c61 100644 --- a/app/install.php +++ b/app/install.php @@ -224,6 +224,7 @@ function saveStep3() { [ 'language' => $_SESSION['language'], 'is_admin' => true, + 'enabled' => true, ] ); } catch (Exception $e) { |
