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/OperatorsController.php')
-rw-r--r--src/controllers/OperatorsController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 406e8d08..c5e892cf 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -66,7 +66,7 @@ class OperatorsController extends BaseController
break;
}
- $this->printFooter();
+ return $this->printFooter();
}
/**
@@ -171,7 +171,7 @@ class OperatorsController extends BaseController
if (self::isRecordset($operators)) {
echo $this->printTable($operators, $columns, $actions, 'operators-operators', $this->lang['strnooperators']);
}
-
+ return '';
// TODO operators action=create $this->lang['strcreateoperator']
}
@@ -270,7 +270,7 @@ class OperatorsController extends BaseController
}
echo '</table>' . \PHP_EOL;
- $this->printNavLinks(
+return $this->printNavLinks(
[
'showall' => [
'attr' => [