This commit is contained in:
jgen 2015-06-01 18:00:46 -07:00
parent 4bf56364eb
commit f73e0e6884

View File

@ -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;
}