Browse Source

Removing duplicate if statement

Jelle Henkens 14 years ago
parent
commit
327f809016
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lib/Cake/Network/Http/HttpSocket.php

+ 0 - 3
lib/Cake/Network/Http/HttpSocket.php

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