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/help/PostgresDoc92.php')
-rw-r--r--src/help/PostgresDoc92.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index b0ba548d..722f41db 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -17,6 +17,6 @@ class PostgresDoc92 extends PostgresDoc91
{
parent::__construct($conf, $major_version);
- $this->help_page['pg.rule.view'] = 'rules-views.html';
+ $this->help_topics['pg.rule.view'] = 'rules-views.html';
}
}