mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
parent
00880710ed
commit
4d2e6d2d87
@ -4,6 +4,7 @@
|
||||
namespace Icinga\Application\Modules;
|
||||
|
||||
use Exception;
|
||||
use Icinga\Authentication\Auth;
|
||||
use Zend_Controller_Router_Route;
|
||||
use Zend_Controller_Router_Route_Abstract;
|
||||
use Zend_Controller_Router_Route_Regex;
|
||||
@ -1282,6 +1283,7 @@ class Module
|
||||
*/
|
||||
protected function provideHook($name, $implementation = null, $key = null)
|
||||
{
|
||||
if (Auth::getInstance()->hasPermission('module/' . $this->name)) {
|
||||
if ($implementation === null) {
|
||||
$implementation = $name;
|
||||
}
|
||||
@ -1295,6 +1297,8 @@ class Module
|
||||
}
|
||||
|
||||
Hook::register($name, $class, $class);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user