Page MenuHomeDevCentral

D805.diff
No OneTemporary

D805.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
Thu, Jul 31, 14:27 (3 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2858332
Default Alt Text
D805.diff (379 B)

Event Timeline