We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8de27 commit 4441ce8Copy full SHA for 4441ce8
tls_icon.php
@@ -20,7 +20,7 @@ function init()
20
21
public function storage_init($p)
22
{
23
- $p['fetch_headers'] = trim($p['fetch_headers'] . ' ' . strtoupper('Received'));
+ $p['fetch_headers'] = trim(($p['fetch_headers']?? '') . ' ' . strtoupper('Received'));
24
return $p;
25
}
26
0 commit comments