mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
SchemaController: fix compatibility, even if...
...currently unused
This commit is contained in:
parent
b390dd152e
commit
99c3ddcd55
@ -16,7 +16,7 @@ class SchemaController extends ActionController
|
||||
);
|
||||
}
|
||||
|
||||
protected function tabs()
|
||||
protected function myTabs()
|
||||
{
|
||||
$tabs = $this->getTabs();
|
||||
foreach ($this->schemas as $type => $title) {
|
||||
@ -55,7 +55,7 @@ class SchemaController extends ActionController
|
||||
exit;
|
||||
// TODO: Shutdown
|
||||
} else {
|
||||
$this->tabs()->activate($type);
|
||||
$this->myTabs()->activate($type);
|
||||
$this->view->title = $this->schemas[$type];
|
||||
$this->view->schema = $schema;
|
||||
$this->render('schema');
|
||||
|
Loading…
x
Reference in New Issue
Block a user