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/HTMLTableController.php')
-rw-r--r--src/xhtml/HTMLTableController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 53638596..1ed9d66d 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -91,10 +91,6 @@ class HTMLTableController extends HTMLController
public function printTable($turn_into_datatable = true, $with_body = true)
{
- $plugin_manager = $this->plugin_manager;
-
- $plugin_manager->doHook('actionbuttons', $this->plugin_functions_parameters);
-
if ($this->tabledata->recordCount() <= 0) {
return "<p>{$this->nodata}</p>".PHP_EOL;
}