Skip to content

Commit af5bb4a

Browse files
committed
Fixed test cases
1 parent 9df9ebc commit af5bb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/GoogleMapHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ protected function _protocol() {
16721672
if ($https === null) {
16731673
$https = !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on';
16741674
}
1675-
return ($https ? 'https://' : '//');
1675+
return $https ? 'https://' : '//';
16761676
}
16771677

16781678
/**

0 commit comments

Comments
 (0)