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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-26 02:30:44 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-26 02:30:44 +0300
commitf4d730867fa82fdd64c1302ee02354e1568979a0 (patch)
tree26ba4a34d427a1782987b3fca6e862c1ddc69ab7 /src/controllers/AlldbController.php
parentd8a7192171310edf0c10d82ce037fd861411a4ff (diff)
fixes more issues
Diffstat (limited to 'src/controllers/AlldbController.php')
-rw-r--r--src/controllers/AlldbController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 6263ff88..4b7863bc 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -27,7 +27,6 @@ class AlldbController extends BaseController
}
$header_template = 'header.twig';
- $footer_template = 'footer.twig';
ob_start();
switch ($this->action) {
@@ -424,6 +423,7 @@ class AlldbController extends BaseController
// Fetch a list of databases in the cluster
$templatedbs = $data->getDatabases(false);
+ $tablespaces = null;
// Fetch all tablespaces from the database
if ($data->hasTablespaces()) {
$tablespaces = $data->getTablespaces();