Skip to content

Commit 4ac531a

Browse files
committed
Revert braces inside condition
1 parent 3c3ef6d commit 4ac531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ function mail_qa_team($data, $status = false)
10281028
{
10291029
$url_bits = parse_url(QA_SUBMISSION_PAGE);
10301030

1031-
if ($proxy = getenv('http_proxy')) {
1031+
if (($proxy = getenv('http_proxy'))) {
10321032
$proxy = parse_url($proxy);
10331033
$path = $url_bits['host'].$url_bits['path'];
10341034
$host = $proxy['host'];

0 commit comments

Comments
 (0)