Fix ActionController missing use Icinga\Web\Url

refs #3776
This commit is contained in:
Eric Lippmann 2013-08-21 11:59:05 +02:00
parent edb06ea8ea
commit 8ac914b29a
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ use \Icinga\Exception;
use \Icinga\Application\Config;
use \Icinga\Web\Notification;
use \Icinga\Web\Widget\Tabs;
use \Icinga\Web\Url;
/**
* Base class for all core action controllers