mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
TemplateController: pass auth
This commit is contained in:
parent
48db90c7df
commit
a2abbd326b
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ abstract class TemplateController extends CompatController
|
|||
|
||||
try {
|
||||
$this->content()->add(
|
||||
TemplateUsageTable::forTemplate($template, $this->getBranch())
|
||||
TemplateUsageTable::forTemplate($template, $this->Auth(), $this->getBranch())
|
||||
);
|
||||
} catch (NestingError $e) {
|
||||
$this->content()->add(Hint::error($e->getMessage()));
|
||||
|
|
|
|||
Loading…
Reference in a new issue