Fix the RolesController's class name

This commit is contained in:
Eric Lippmann 2014-11-25 15:38:59 +01:00
parent e5d8fc7208
commit 2f02ac2f01
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use Icinga\Web\Controller\ActionController;
use Icinga\Web\Notification;
use Icinga\Web\Widget;
class PermissionsController extends ActionController
class RolesController extends ActionController
{
public function init()
{