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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index b0ba548d..e86f7f00 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -10,6 +10,8 @@ namespace PHPPgAdmin\Help;
* Help links for PostgreSQL 9.2 documentation.
*
* Release: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ *
+ * @SuppressWarnings(PHPMD)
*/
class PostgresDoc92 extends PostgresDoc91
{
@@ -17,6 +19,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';
}
}