Fix use \Monitoring without Icinga\Module prefix

refs #4601
This commit is contained in:
Eric Lippmann 2013-09-04 16:08:20 +02:00
parent b1df9fa67d
commit 2b10782d6b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ use \Icinga\Web\Hook;
use \Icinga\Web\Widget\Tabextension\DashboardAction;
use \Icinga\Web\Widget\Tabextension\OutputFormat;
use \Icinga\Web\Widget\Tabs;
use \Monitoring\Backend;
use Icinga\Module\Monitoring\Backend;
use \Icinga\Web\Widget\SortBox;
class Monitoring_ListController extends ActionController