Skip to content

Commit

Permalink
MenuItemRenderer: add missing use clause
Browse files Browse the repository at this point in the history
Otherwise this completely broke Icinga Web as soon as a single module
used a legacy icon.

refs #7658
  • Loading branch information
Thomas-Gelf committed Apr 20, 2015
1 parent d6e7061 commit d3964a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Icinga/Web/Menu/MenuItemRenderer.php
Expand Up @@ -5,6 +5,7 @@

use Icinga\Application\Icinga;
use Icinga\Web\Menu;
use Icinga\Web\Url;
use Icinga\Web\View;

/**
Expand Down

0 comments on commit d3964a3

Please sign in to comment.