Controller: use local form loader

fixes #10443
This commit is contained in:
Thomas Gelf 2015-10-22 19:19:52 +02:00
parent 3a704a0c52
commit 8ce6bf9401

View file

@ -11,7 +11,7 @@ use Icinga\Module\Businessprocess\Storage\LegacyStorage;
use Icinga\Module\Monitoring\Backend;
use Icinga\Web\Controller as ModuleController;
use Icinga\Web\Notification;
use Icinga\Module\Director\Web\Form\FormLoader;
use Icinga\Module\Businessprocess\Web\Form\FormLoader;
use Icinga\Web\Url;
use Icinga\Web\Widget;