Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/ViewsController.php')
-rw-r--r--src/controllers/ViewsController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 88b0c456..adc24a1b 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -243,7 +243,7 @@ class ViewsController extends BaseController
'content' => $this->lang['strcreateviewwiz'],
],
];
- $this->printNavLinks($navlinks, $this->table_place, \get_defined_vars());
+return $this->printNavLinks($navlinks, $this->table_place, \get_defined_vars());
}
/**
@@ -267,7 +267,7 @@ class ViewsController extends BaseController
'action' => Decorator::redirecturl('redirect', $reqvars, [$this->keystring => Decorator::field('relname')]),
'branch' => Decorator::url('views', $reqvars, ['action' => 'subtree', $this->keystring => Decorator::field('relname')]),
];
-
+ kdump($attrs);
return $this->printTree($views, $attrs, 'views');
}