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/xhtml/HTMLFooterController.php')
-rw-r--r--src/xhtml/HTMLFooterController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 56963864..eaaa1904 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -119,7 +119,6 @@ class HTMLFooterController extends HTMLController
$from = __METHOD__;
}
//$this->prtrace($navlinks);
- $plugin_manager = $this->plugin_manager;
// Navlinks hook's place
$plugin_functions_parameters = [
@@ -127,7 +126,6 @@ class HTMLFooterController extends HTMLController
'place' => $place,
'env' => $env,
];
- $plugin_manager->doHook('navlinks', $plugin_functions_parameters);
if (count($navlinks) > 0) {
if ($do_print) {