aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/310/notifications_cron.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-24 16:15:02 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-24 16:15:02 +0100
commit91a60f871aa95d94b824de311bca2c305e30f1c3 (patch)
tree1f9df6a25fec3900c0f36c5fef3035100557a311 /phpBB/phpbb/db/migration/data/310/notifications_cron.php
parent1a9ab15f26e95c73e8ea94b866a97ee314b2b37e (diff)
parentabc6e9a7bcf04afdf8034f81df417955da9803eb (diff)
downloadforums-91a60f871aa95d94b824de311bca2c305e30f1c3.tar
forums-91a60f871aa95d94b824de311bca2c305e30f1c3.tar.gz
forums-91a60f871aa95d94b824de311bca2c305e30f1c3.tar.bz2
forums-91a60f871aa95d94b824de311bca2c305e30f1c3.tar.xz
forums-91a60f871aa95d94b824de311bca2c305e30f1c3.zip
Merge pull request #5785 from 3D-I/ticket/16257
[ticket/16257] Typo in SMTP_SERVER_EXPLAIN
Diffstat (limited to 'phpBB/phpbb/db/migration/data/310/notifications_cron.php')
0 files changed, 0 insertions, 0 deletions
f='/software/drakx/patch/perl-install/install_steps_interactive.pm?id=7db5765e222c6d84bfe33dd7258c8ffe61d4be12'>patch) tree2931ec6f2bb94eb83d7994e47f958576e083e451 /perl-install/install_steps_interactive.pm parent341632802a32dbc7924a82035ae34a1b73e58b37 (diff)downloaddrakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar
drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.gz
drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.bz2
drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.tar.xz
drakx-7db5765e222c6d84bfe33dd7258c8ffe61d4be12.zip
create lang::write_and_install() which takes a $do_pkgs
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 560f5feb9..2e1f9f762 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -959,7 +959,7 @@ sub summary {
my @pkgs = pkgs::packagesProviding($o->{packages}, "locales-$pkg_locale");
$o->pkg_install(map { $_->name } @pkgs) if @pkgs;
- lang::write($o->{locale});
+ lang::write_and_install($o->{locale}, $o->do_pkgs);
if (!$timezone_manually_set) {
delete $o->{timezone};
install_any::preConfigureTimezone($o); #- now we can precise the timezone thanks to the country