mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-27 01:14:04 +01:00
When the form folder didn't exist, an exception was thrown that froze the frontend without any error message. Now it is tested whether the form folder in a module is available and only registered in the auotoloader if so. refs #4407