- Patch #663644 by boombatower: remove notice from run-tests.sh.

merge-requests/26/head
Dries Buytaert 2010-01-15 10:51:02 +00:00
parent 96ababd133
commit 3cf9f1d295
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ function simpletest_script_init($server_software) {
$_SERVER['PHP_SELF'] = $path .'/index.php';
$_SERVER['HTTP_USER_AGENT'] = 'Drupal command line';
if ($_SERVER['HTTPS'] == 'on') {
if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
// Ensure that any and all environment variables are changed to https://.
foreach ($_SERVER as $key => $value) {
$_SERVER[$key] = str_replace('http://', 'https://', $_SERVER[$key]);