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/GroupsController.php')
-rw-r--r--src/controllers/GroupsController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 14f306ae..c7354ced 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -135,7 +135,7 @@ class GroupsController extends BaseController
echo $this->printTable($groups, $columns, $actions, 'groups-properties', $this->lang['strnogroups']);
}
- $this->printNavLinks(['create' => [
+return $this->printNavLinks(['create' => [
'attr' => [
'href' => [
'url' => 'groups',
@@ -290,7 +290,7 @@ class GroupsController extends BaseController
echo '<input type="hidden" name="action" value="add_member" />' . \PHP_EOL;
echo '</form>' . \PHP_EOL;
- $this->printNavLinks(['showall' => [
+return $this->printNavLinks(['showall' => [
'attr' => [
'href' => [
'url' => 'groups',