Page MenuHomeDevCentral

D805.id2041.diff
No OneTemporary

D805.id2041.diff

diff --git a/XHubSignature.php b/XHubSignature.php
--- a/XHubSignature.php
+++ b/XHubSignature.php
@@ -137,6 +137,10 @@
* @return string the signature
*/
public static function parseSignature ($header) {
+ if ($header === null) {
+ return "";
+ }
+
if (strpos($header, '=') === false) {
return $header;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 27, 11:40 (15 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2265613
Default Alt Text
D805.id2041.diff (379 B)

Event Timeline