aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2014-12-03 15:10:32 +0000
committerbrunoais <brunoaiss@gmail.com>2014-12-03 15:10:32 +0000
commit1c02f7e032cf2d28b70739d02edaea7354fcf887 (patch)
tree258f36f715934cb54171037433fa24663f86d43c /phpBB/phpbb/console/command/db
parentf045744606a945a190728c5ad17350776374a6a9 (diff)
downloadforums-1c02f7e032cf2d28b70739d02edaea7354fcf887.tar
forums-1c02f7e032cf2d28b70739d02edaea7354fcf887.tar.gz
forums-1c02f7e032cf2d28b70739d02edaea7354fcf887.tar.bz2
forums-1c02f7e032cf2d28b70739d02edaea7354fcf887.tar.xz
forums-1c02f7e032cf2d28b70739d02edaea7354fcf887.zip
[ticket/13146] Adding required tests modifications for the new constructor
PHPBB3-13146
Diffstat (limited to 'phpBB/phpbb/console/command/db')
0 files changed, 0 insertions, 0 deletions
class='sha1'>8d392617e1229e74513201ec95aad9df0afdc0e8 (patch) tree2e1b0e66b8b07c74f186e4a46670e32d9e1d815b parent8cdfeeae251273799732e2deae41ff6c860b7487 (diff)downloaddrakx-8d392617e1229e74513201ec95aad9df0afdc0e8.tar
drakx-8d392617e1229e74513201ec95aad9df0afdc0e8.tar.gz
drakx-8d392617e1229e74513201ec95aad9df0afdc0e8.tar.bz2
drakx-8d392617e1229e74513201ec95aad9df0afdc0e8.tar.xz
drakx-8d392617e1229e74513201ec95aad9df0afdc0e8.zip
(get_media) add missing bit in latest commit
Diffstat
-rw-r--r--perl-install/install/media.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm
index 2e8d617d7..590fce94c 100644
--- a/perl-install/install/media.pm
+++ b/perl-install/install/media.pm
@@ -503,6 +503,7 @@ sub get_media {
|| $phys_m->{real_mntpoint} || $phys_m->{url};
# adjust URI for cdroms if needed:
if ($o->{stage2_phys_medium}{method} eq 'cdrom') {
+ my $arch = arch();
$uri .= "/" . ($arch =~ /i.86/ ? $MDK::Common::System::compat_arch{arch()} : arch());
system('cp', "$uri/media/media_info/compssUsers.pl", '/tmp/compssUsers.pl');
} else {