mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 13:09:40 +01:00
Providing no value for an optional numeric parameter results in error "Parameter *** is invalid!" This is caused by the validation function ignoring the 'required' attribute when loading and checking input parameters. This commit adds checks to determine whether the 'required' attri- bute is defined and active before returning the error message. References #570: