Removing duplicate if statement

This commit is contained in:
Jelle Henkens 2012-05-20 23:12:50 +01:00
parent cfd9d8a815
commit 327f809016

View file

@ -768,9 +768,6 @@ class HttpSocket extends CakeSocket {
return $query;
}
if (is_array($query)) {
return $query;
}
$parsedQuery = array();
if (is_string($query) && !empty($query)) {