mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-10 19:46:23 +02: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: