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/TablesController.php')
-rw-r--r--src/controllers/TablesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index ff1c69a7..16361705 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -212,7 +212,7 @@ class TablesController extends BaseController
'content' => $this->lang['strcreatetablelike'],
];
}
- $this->printNavLinks($navlinks, 'tables-tables', \get_defined_vars());
+return $this->printNavLinks($navlinks, 'tables-tables', \get_defined_vars());
}
public function displayJson()
@@ -1013,7 +1013,7 @@ class TablesController extends BaseController
}
if (0 === \count($_POST['show'])) {
- $this->doSelectRows(true, $this->lang['strselectneedscol']);
+ return $this->doSelectRows(true, $this->lang['strselectneedscol']);
} else {
// Generate query SQL
$query = $data->getSelectSQL(