diff --git a/src/Client.php b/src/Client.php index 93806bb..d6ea0ea 100644 --- a/src/Client.php +++ b/src/Client.php @@ -90,7 +90,7 @@ class Client else { - $errors[] = curl_error( + $errors[$this->_id][] = curl_error( $this->_curl ); }