aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/sphinx/config_comment.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-11 09:08:32 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-11 09:08:32 -0800
commitfea933e2e9faca213e14fcbc944d4fc5fc2123e1 (patch)
treee94d3867ca2314f6b260408204a2592991ccc9f9 /phpBB/phpbb/search/sphinx/config_comment.php
parent7344024b107ef1d2e6b401861447958623e7d821 (diff)
parent7a8a4408952659d59a3c92108eae6ef0f10a5bb3 (diff)
downloadforums-fea933e2e9faca213e14fcbc944d4fc5fc2123e1.tar
forums-fea933e2e9faca213e14fcbc944d4fc5fc2123e1.tar.gz
forums-fea933e2e9faca213e14fcbc944d4fc5fc2123e1.tar.bz2
forums-fea933e2e9faca213e14fcbc944d4fc5fc2123e1.tar.xz
forums-fea933e2e9faca213e14fcbc944d4fc5fc2123e1.zip
Merge pull request #1855 from nickvergessen/ticket/12002
Ticket/12002 Add link hash to extension manager links
Diffstat (limited to 'phpBB/phpbb/search/sphinx/config_comment.php')
0 files changed, 0 insertions, 0 deletions
x/commit/?h=18.26&id=19c3dec89b9dd58ecee758d916939a3e7f657f3f'>19c3dec89b9dd58ecee758d916939a3e7f657f3f (diff)downloaddrakx-31558e6e9c5d12b1fc84b8c63ad2a8bfb2977816.tar
drakx-31558e6e9c5d12b1fc84b8c63ad2a8bfb2977816.tar.gz
drakx-31558e6e9c5d12b1fc84b8c63ad2a8bfb2977816.tar.bz2
drakx-31558e6e9c5d12b1fc84b8c63ad2a8bfb2977816.tar.xz
drakx-31558e6e9c5d12b1fc84b8c63ad2a8bfb2977816.zip
really use the same path in standalone and install mode
Diffstat
-rw-r--r--perl-install/network/netconnect.pm9
1 files changed, 1 insertions, 8 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 3fca5d4e3..6715a2719 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -177,14 +177,7 @@ sub get_subwizard {
$connections{$string} = $type;
}
%rconnections = reverse %connections;
- if ($::isInstall) {
- @connection_list = map {
- my (undef, undef, $type) = @$_;
- +{ text => $rconnections{$type}, val => \$conf{$type}, type => 'bool' }
- } @connections;
- } else {
- @connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], });
- }
+ @connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], });
},
if_(!$::isInstall, no_back => 1),
name => N("Choose the connection you want to configure"),