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/IndexesController.php')
-rw-r--r--src/controllers/IndexesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 305892c3..4c2f3b09 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -93,7 +93,7 @@ class IndexesController extends BaseController
return $this->printFooter();
}
- public function doDefault(string $msg = ''): void
+ public function doDefault(string $msg = '')
{
$data = $this->misc->getDatabaseAccessor();
@@ -202,7 +202,7 @@ class IndexesController extends BaseController
echo $this->printTable($indexes, $columns, $actions, 'indexes-indexes', $this->lang['strnoindexes'], $indPre);
}
- $this->printNavLinks([
+return $this->printNavLinks([
'create' => [
'attr' => [
'href' => [