diff options
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r-- | FS/FS/Setup.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index e1d890aaa..e2c5a5a2c 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -57,6 +57,8 @@ sub create_initial_data { populate_numbering(); + enable_encryption(); + if ( $oldAutoCommit ) { dbh->commit or die dbh->errstr; } |