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/OpclassesController.php')
-rw-r--r--src/controllers/OpclassesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 4836e3ad..aa5e8094 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -31,7 +31,7 @@ class OpclassesController extends BaseController
$this->printBody();
$this->doDefault();
- $this->printFooter();
+ return $this->printFooter();
}
/**
@@ -77,7 +77,7 @@ class OpclassesController extends BaseController
if ($opclasses instanceof \PHPPgAdmin\Interfaces\RecordSet) {
echo $this->printTable($opclasses, $columns, $actions, 'opclasses-opclasses', $this->lang['strnoopclasses']);
- }
+ }return '';
}
/**