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/InfoController.php')
-rw-r--r--src/controllers/InfoController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index cb2e41e7..13323ef6 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -100,6 +100,7 @@ class InfoController extends BaseController
if (0 < $indexstatsio->RecordCount()) {
$this->_printIndexstatsio($indexstatsio);
}
+ return '';
}
/**