From 5e7bcd2fa6ef4e24dc98d15c1eddd76593f56c1a Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 27 Feb 2014 23:42:43 -0800 Subject: [ticket/11508] Curly brace should be on its own line... PHPBB3-11508 --- phpBB/phpbb/path_helper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/phpbb/path_helper.php') diff --git a/phpBB/phpbb/path_helper.php b/phpBB/phpbb/path_helper.php index ac671fc400..cbb9c72f44 100644 --- a/phpBB/phpbb/path_helper.php +++ b/phpBB/phpbb/path_helper.php @@ -324,7 +324,8 @@ class path_helper $params = array_merge($url_parts['params'], $new_params); // Move the sid to the end if it's set - if (isset($params['sid'])) { + if (isset($params['sid'])) + { $sid = $params['sid']; unset($params['sid']); $params['sid'] = $sid; -- cgit v1.2.1 itle='drakx' href='/software/drakx/'>drakx
Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/mirror.pm
blob: f0a54f4d1c4b55ffa155804b6f89f200cfdc7648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131