summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/lib/Auth/Yadis/HTTPFetcher.php')
-rw-r--r--plugins/openid/lib/Auth/Yadis/HTTPFetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/Yadis/HTTPFetcher.php b/plugins/openid/lib/Auth/Yadis/HTTPFetcher.php
index a6e6814e..0d07f5c6 100644
--- a/plugins/openid/lib/Auth/Yadis/HTTPFetcher.php
+++ b/plugins/openid/lib/Auth/Yadis/HTTPFetcher.php
@@ -27,7 +27,7 @@ class Auth_Yadis_HTTPResponse {
public $final_url = '';
public $status = '';
public $body = '';
- public $headers = array();
+ public $headers = [];
function __construct($final_url = null, $status = null,
$headers = null, $body = null)