plesk / api-php-lib

PHP library for Plesk XML-RPC interface
Other
139 stars 80 forks source link

[Webspace] Allow multiple IP addresses to be passed as an array #111

Closed aarongerig closed 2 years ago

aarongerig commented 2 years ago

As described in https://github.com/plesk/api-php-lib/issues/110 right now we run into an error when trying to add multiple IP addresses as array.

This PR ignores the ip_address property and therefore does no longer try to add it to the general info as XML child node.

Resolves https://github.com/plesk/api-php-lib/issues/110

sibprogrammer commented 2 years ago

Thank you for your effort. I addressed it a little bit different in 4bef1cd7f8bda46899124f4efa3e08060a0c211b

aarongerig commented 2 years ago

@sibprogrammer Thanks for fixing it!