sol1 / icingaweb2-module-netbox

Netbox importer for director, and integration with netbox
28 stars 6 forks source link

Rearrange parameters to fix PHP warning #8

Closed v0tti closed 3 years ago

v0tti commented 3 years ago

This fixes PHP deprecation warnings because an optional parameter was followed by a required one. This Message was displayed in the Web UI as well as the Icinga Director logs: Deprecated: Required parameter $filter follows optional parameter $limit ....

sol1-matt commented 3 years ago

thanks @v0tti for the fix, I've merged this into a dev branch for testing.