From f73e0e688413355521bf3bccc5d12c99673dc5b3 Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 1 Jun 2015 18:00:46 -0700 Subject: [PATCH] argh --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index 898acfbc..10730bd1 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -1000,7 +1000,7 @@ if (!function_exists('http_parse_headers')) { #http://www.php.net/manual/en/func * @return mixed */ function findHeader ($headers, $name) { - if (!is_array($headers) { + if (!is_array($headers)) { return false; }