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/AggregatesController.php')
-rw-r--r--src/controllers/AggregatesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index c572140b..0be4c556 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -184,7 +184,7 @@ class AggregatesController extends BaseController
'content' => $this->lang['strcreateaggregate'],
],
];
- $this->printNavLinks($navlinks, $this->table_place, \get_defined_vars());
+return $this->printNavLinks($navlinks, $this->table_place, \get_defined_vars());
}
/**
@@ -676,6 +676,6 @@ class AggregatesController extends BaseController
'content' => $this->lang['strdrop'],
];
- $this->printNavLinks($navlinks, 'aggregates-properties', \get_defined_vars());
+return $this->printNavLinks($navlinks, 'aggregates-properties', \get_defined_vars());
}
}