Doc/IcingaWebController: Fix "The ... with non-compound name ... has no effect"

This commit is contained in:
Marius Hein 2014-09-04 14:53:00 +02:00
parent 4c88abcb3c
commit f694b16092
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}}
use Zend_Controller_Action_Exception; use \Zend_Controller_Action_Exception;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Module\Doc\DocController; use Icinga\Module\Doc\DocController;