Add Blob to accepted types for uploads
[lhc/web/wiklou.git] / includes / WebResponse.php
index 7746edd..fd48005 100644 (file)
@@ -141,7 +141,7 @@ class WebResponse {
                        );
 
                        // Per RFC 6265, key is name + domain + path
-                       $key = "{$data['name']}\n{$data['domain']}\n{$date['path']}";
+                       $key = "{$data['name']}\n{$data['domain']}\n{$data['path']}";
 
                        // If this cookie name was in the request, fake an entry in
                        // self::$setCookies for it so the deleting check works right.