aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/exception/installer_exception.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-10 22:00:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-10 22:00:07 +0100
commitbfba52781b00ae778b5c4ca6daa35525de47e914 (patch)
treebcd9e13478c88ae2fa2f3f55b529c7bbe285ee1e /phpBB/phpbb/install/exception/installer_exception.php
parenta415a4ec2b732d4bb88ab4da8f4709fe748592f6 (diff)
parente0733ae435afed03a05bbfd6ebf88de534d549d2 (diff)
downloadforums-bfba52781b00ae778b5c4ca6daa35525de47e914.tar
forums-bfba52781b00ae778b5c4ca6daa35525de47e914.tar.gz
forums-bfba52781b00ae778b5c4ca6daa35525de47e914.tar.bz2
forums-bfba52781b00ae778b5c4ca6daa35525de47e914.tar.xz
forums-bfba52781b00ae778b5c4ca6daa35525de47e914.zip
Merge pull request #3210 from brunoais/ticket/13147
[ticket/13147] Change get_global_visibility_sql()'s results
Diffstat (limited to 'phpBB/phpbb/install/exception/installer_exception.php')
0 files changed, 0 insertions, 0 deletions
h/perl-install/modules.pm?id=dfdf67465048d060f7f86cd70d55cb78b6da15d9'>patch) tree421a29bd65b7117bfa0db071ddbb4845b7591b7b /perl-install/modules.pm parent06778644fe639e20bf25eae532dc5b002af3a808 (diff)downloaddrakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar
drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.gz
drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.bz2
drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.xz
drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.zip
drop Move support (unused for quite a long time and superceeded by Globetrotter
which itself was obsoleted by Mdv One)
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index e8edd9e67..ab4ad22ef 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -63,7 +63,7 @@ sub load_raw {
my ($l, $h_options) = @_;
if ($::testing || $::local_install) {
log::l("i would load module $_ ($h_options->{$_})") foreach @$l;
- } elsif ($::isInstall && !$::move) {
+ } elsif ($::isInstall) {
load_raw_install($l, $h_options);
} else {
run_program::run('/sbin/modprobe', $_, split(' ', $h_options->{$_}))